#605803

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

Shades of Bronze Olive #605803

Tints of Bronze Olive #605803

Color information

#605803 (or 0x605803) is unknown color: approx Bronze Olive. HEX triplet: 60, 58 and 03. RGB value is (96,88,3). Sum of RGB (Red+Green+Blue) = 96+88+3=187 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.34% from 187); Green value is 88 (34.77% from 255 or 47.06% from 187); Blue value is 3 (1.56% from 255 or 1.60% from 187); Max value from RGB is 96 - color contains mainly: red. Hex color #605803 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605803 is #9FA7FC. Grayscale: #515151. Windows color (decimal): -10463229 or 219232. OLE color: 219232.

HSL color Cylindrical-coordinate representation of color #605803: hue angle of 54.84º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #605803 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.62.

Color convert

RGB96883-
CMYK00.080.970.62
HSL54.84º93.94%19.41%-
HSV(B)54.84º96.88%37.65%-
XYZ8.339.471.48-
YUV80.784.15138.91-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.34%
GREEN value IS 88 (34.77% from 255) = 47.06%
BLUE value IS 3 (1.56% from 255) = 1.60%
R=51.34%
G=47.06%
B=1.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.97
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9688300.080.970.6254.8493.9419.41
Hex6058308613E375e13
Octal1401303010141766713623
Binary1100000101100011010001100001111110110111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605803; }

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

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

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

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

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

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

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

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