Html Css Color HEX #605508 Bronze Olive

📋 copy color: '#605508'

red 96 ◦ green 85 ◦ blue 8

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

Shades of Bronze Olive #605508

Tints of Bronze Olive #605508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.23%

R = 50.79%
G = 44.97%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.92

 K value IS 0.62

RGB Variations

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

Color information

#605508 (or 0x605508) is known color: Bronze Olive. HEX triplet: 60, 55 and 08. RGB value is (96,85,8). Sum of RGB (Red+Green+Blue) = 96+85+8=189 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.79% from 189); Green value is 85 (33.59% from 255 or 44.97% from 189); Blue value is 8 (3.52% from 255 or 4.23% from 189); Max value from RGB is 96 - color contains mainly: red. Hex color #605508 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605508 is #9FAAF7. Grayscale: #4F4F4F. Windows color (decimal): -10463992 or 546144. OLE color: 546144.

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

Color convert

RGB 96 85 8 -
CMYK 0 0.11 0.92 0.62
HSL 52.5º 0.85% 0.2% -
HSV(B) 52.5º 0.92% 0.38% -
XYZ 8.12 9 1.54 -
YUV 79.51 87.64 139.76 -
System Red Green Blue C M Y K H S L
Decimal 96 85 8 0 0.11 0.92 0.62 52.5 0.85 0.2
Hex 60 55 8 0 B 5C 3E 34 55 14
Octal 140 125 10 0 13 134 76 64 125 24
Binary 1100000 1010101 1000 0 1011 1011100 111110 110100 1010101 10100

Color Harmonies of #605508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605508

Black with #605508

Text Example


Text Example

White with #605508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605508; }

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

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

background-color css

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

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

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

border-color css

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

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

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