Html Css Color HEX #605506 Bronze Olive

📋 copy color: '#605506'

red 96 ◦ green 85 ◦ blue 6

#605506
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bronze Olive #605506

Tints of Bronze Olive #605506

RGB

 RED value IS 96 (37.89% from 255) = 51.34%

 GREEN value IS 85 (33.59% from 255) = 45.45%

 BLUE value IS 6 (2.73% from 255) = 3.21%

R = 51.34%
G = 45.45%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.94

 K value IS 0.62

RGB Variations

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

Color information

#605506 (or 0x605506) is known color: Bronze Olive. HEX triplet: 60, 55 and 06. RGB value is (96,85,6). Sum of RGB (Red+Green+Blue) = 96+85+6=187 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.34% from 187); Green value is 85 (33.59% from 255 or 45.45% from 187); Blue value is 6 (2.73% from 255 or 3.21% from 187); Max value from RGB is 96 - color contains mainly: red. Hex color #605506 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605506 is #9FAAF9. Grayscale: #4F4F4F. Windows color (decimal): -10463994 or 415072. OLE color: 415072.

HSL color Cylindrical-coordinate representation of color #605506: hue angle of 52.67º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #605506 is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 85 6 -
CMYK 0 0.11 0.94 0.62
HSL 52.67º 0.88% 0.2% -
HSV(B) 52.67º 0.94% 0.38% -
XYZ 8.11 9 1.48 -
YUV 79.28 86.64 139.92 -
System Red Green Blue C M Y K H S L
Decimal 96 85 6 0 0.11 0.94 0.62 52.67 0.88 0.2
Hex 60 55 6 0 B 5E 3E 35 58 14
Octal 140 125 6 0 13 136 76 65 130 24
Binary 1100000 1010101 110 0 1011 1011110 111110 110101 1011000 10100

Color Harmonies of #605506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605506

Black with #605506

Text Example


Text Example

White with #605506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605506; }

 p { color: rgb(96,85,6); }

 H1.HeaderClassName
 {
   color: #605506;
 }
 .AnyTagClassName
 {
   color: #605506;
 }
</style>

background-color css

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

 a { background-color: rgb(96,85,6); }

 div.DivClassName
 {
   background-color: #605506;
 }
 .BgClassName
 {
   background-color: #605506;
 }
</style>

border-color css

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

 span { border-color: rgb(96,85,6); }

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