#605418

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

Shades of Bronze Olive #605418

Tints of Bronze Olive #605418

Color information

#605418 (or 0x605418) is unknown color: approx Bronze Olive. HEX triplet: 60, 54 and 18. RGB value is (96,84,24). Sum of RGB (Red+Green+Blue) = 96+84+24=204 (27% of max value = 765). Red value is 96 (37.89% from 255 or 47.06% from 204); Green value is 84 (33.20% from 255 or 41.18% from 204); Blue value is 24 (9.77% from 255 or 11.76% from 204); Max value from RGB is 96 - color contains mainly: red. Hex color #605418 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605418 is #9FABE7. Grayscale: #505050. Windows color (decimal): -10464232 or 1594464. OLE color: 1594464.

HSL color Cylindrical-coordinate representation of color #605418: hue angle of 50º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #605418 is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.62.

Color convert

RGB968424-
CMYK00.120.750.62
HSL50º60%23.53%-
HSV(B)50º75%37.65%-
XYZ8.168.892.15-
YUV80.7595.98138.88-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 47.06%
GREEN value IS 84 (33.20% from 255) = 41.18%
BLUE value IS 24 (9.77% from 255) = 11.76%
R=47.06%
G=41.18%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96842400.120.750.62506023.53
Hex6054180C4B3E323c18
Octal1401243001411376627430
Binary110000010101001100001100100101111111011001011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605418; }

 p { color: rgb(96,84,24); }

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

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

 a { background-color: rgb(96,84,24); }

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

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

 span { border-color: rgb(96,84,24); }

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