#605804

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

Shades of Bronze Olive #605804

Tints of Bronze Olive #605804

Color information

#605804 (or 0x605804) is unknown color: approx Bronze Olive. HEX triplet: 60, 58 and 04. RGB value is (96,88,4). Sum of RGB (Red+Green+Blue) = 96+88+4=188 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.06% from 188); Green value is 88 (34.77% from 255 or 46.81% from 188); Blue value is 4 (1.95% from 255 or 2.13% from 188); Max value from RGB is 96 - color contains mainly: red. Hex color #605804 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605804 is #9FA7FB. Grayscale: #515151. Windows color (decimal): -10463228 or 284768. OLE color: 284768.

HSL color Cylindrical-coordinate representation of color #605804: hue angle of 54.78º 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 #605804 is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.62.

Color convert

RGB96884-
CMYK00.080.960.62
HSL54.78º92%19.61%-
HSV(B)54.78º95.83%37.65%-
XYZ8.349.481.5-
YUV80.8284.65138.83-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.06%
GREEN value IS 88 (34.77% from 255) = 46.81%
BLUE value IS 4 (1.95% from 255) = 2.13%
R=51.06%
G=46.81%
B=2.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.96
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9688400.080.960.6254.789219.61
Hex6058408603E375c14
Octal1401304010140766713424
Binary11000001011000100010001100000111110110111101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605804; }

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

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

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

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

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

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

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

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