#605802

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

Shades of Bronze Olive #605802

Tints of Bronze Olive #605802

Color information

#605802 (or 0x605802) is unknown color: approx Bronze Olive. HEX triplet: 60, 58 and 02. RGB value is (96,88,2). Sum of RGB (Red+Green+Blue) = 96+88+2=186 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.61% from 186); Green value is 88 (34.77% from 255 or 47.31% from 186); Blue value is 2 (1.17% from 255 or 1.08% from 186); Max value from RGB is 96 - color contains mainly: red. Hex color #605802 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605802 is #9FA7FD. Grayscale: #505050. Windows color (decimal): -10463230 or 153696. OLE color: 153696.

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

Color convert

RGB96882-
CMYK00.080.980.62
HSL54.89º95.92%19.22%-
HSV(B)54.89º97.92%37.65%-
XYZ8.329.471.45-
YUV80.5983.65138.99-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.61%
GREEN value IS 88 (34.77% from 255) = 47.31%
BLUE value IS 2 (1.17% from 255) = 1.08%
R=51.61%
G=47.31%
B=1.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.98
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9688200.080.980.6254.8995.9219.22
Hex6058208623E376013
Octal1401302010142766714023
Binary1100000101100010010001100010111110110111110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605802; }

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

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

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

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

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

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

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

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