#605524

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

Shades of Bronze Olive #605524

Tints of Bronze Olive #605524

Color information

#605524 (or 0x605524) is unknown color: approx Bronze Olive. HEX triplet: 60, 55 and 24. RGB value is (96,85,36). Sum of RGB (Red+Green+Blue) = 96+85+36=217 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.24% from 217); Green value is 85 (33.59% from 255 or 39.17% from 217); Blue value is 36 (14.45% from 255 or 16.59% from 217); Max value from RGB is 96 - color contains mainly: red. Hex color #605524 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605524 is #9FAADB. Grayscale: #525252. Windows color (decimal): -10463964 or 2381152. OLE color: 2381152.

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

Color convert

RGB968536-
CMYK00.110.620.62
HSL49º45.45%25.88%-
HSV(B)49º62.5%37.65%-
XYZ8.399.112.99-
YUV82.7101.64137.48-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.24%
GREEN value IS 85 (33.59% from 255) = 39.17%
BLUE value IS 36 (14.45% from 255) = 16.59%
R=44.24%
G=39.17%
B=16.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96853600.110.620.624945.4525.88
Hex6055240B3E3E312d1a
Octal140125440137676615532
Binary110000010101011001000101111111011111011000110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605524; }

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

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

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

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

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

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

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

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