#605504

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

Shades of Bronze Olive #605504

Tints of Bronze Olive #605504

Color information

#605504 (or 0x605504) is unknown color: approx Bronze Olive. HEX triplet: 60, 55 and 04. RGB value is (96,85,4). Sum of RGB (Red+Green+Blue) = 96+85+4=185 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.89% from 185); Green value is 85 (33.59% from 255 or 45.95% from 185); Blue value is 4 (1.95% from 255 or 2.16% from 185); Max value from RGB is 96 - color contains mainly: red. Hex color #605504 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605504 is #9FAAFB. Grayscale: #4F4F4F. Windows color (decimal): -10463996 or 284000. OLE color: 284000.

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

Color convert

RGB96854-
CMYK00.110.960.62
HSL52.83º92%19.61%-
HSV(B)52.83º95.83%37.65%-
XYZ8.098.991.42-
YUV79.0585.64140.09-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.89%
GREEN value IS 85 (33.59% from 255) = 45.95%
BLUE value IS 4 (1.95% from 255) = 2.16%
R=51.89%
G=45.95%
B=2.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.96
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9685400.110.960.6252.839219.61
Hex605540B603E355c14
Octal1401254013140766513424
Binary11000001010101100010111100000111110110101101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605504; }

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

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

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

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

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

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

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

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