#61550D

Color #61550D Bronze Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze Olive #61550D

Tints of Bronze Olive #61550D

Color information

#61550D (or 0x61550D) is unknown color: approx Bronze Olive. HEX triplet: 61, 55 and 0D. RGB value is (97,85,13). Sum of RGB (Red+Green+Blue) = 97+85+13=195 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.74% from 195); Green value is 85 (33.59% from 255 or 43.59% from 195); Blue value is 13 (5.47% from 255 or 6.67% from 195); Max value from RGB is 97 - color contains mainly: red. Hex color #61550D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #61550D is #9EAAF2. Grayscale: #505050. Windows color (decimal): -10398451 or 873825. OLE color: 873825.

HSL color Cylindrical-coordinate representation of color #61550D: hue angle of 51.43º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #61550D is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB978513-
CMYK00.120.870.62
HSL51.43º76.36%21.57%-
HSV(B)51.43º86.6%38.04%-
XYZ8.259.071.7-
YUV80.3889.98139.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 97 (38.28% from 255) = 49.74%
GREEN value IS 85 (33.59% from 255) = 43.59%
BLUE value IS 13 (5.47% from 255) = 6.67%
R=49.74%
G=43.59%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.87
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97851300.120.870.6251.4376.3621.57
Hex6155D0C573E334c16
Octal14112515014127766311426
Binary110000110101011101011001010111111110110011100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61550D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61550D; }

 p { color: rgb(97,85,13); }

 H1.HeaderClassName
 {
   color: #61550D;
 }
 .AnyTagClassName
 {
   color: #61550D;
 }
</style>
background-color css

<style>
 a { background-color: #61550D; }

 a { background-color: rgb(97,85,13); }

 div.DivClassName
 {
   background-color: #61550D;
 }
 .BgClassName
 {
   background-color: #61550D;
 }
</style>
border-color css

<style>
 span { border-color: #61550D; }

 span { border-color: rgb(97,85,13); }

 td.TdClassName
 {
   border-color: #61550D;
 }
 .TagClassName
 {
   border-color: #61550D;
 }
</style>