#595006

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

Shades of Bronze Olive #595006

Tints of Bronze Olive #595006

Color information

#595006 (or 0x595006) is unknown color: approx Bronze Olive. HEX triplet: 59, 50 and 06. RGB value is (89,80,6). Sum of RGB (Red+Green+Blue) = 89+80+6=175 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.86% from 175); Green value is 80 (31.64% from 255 or 45.71% from 175); Blue value is 6 (2.73% from 255 or 3.43% from 175); Max value from RGB is 89 - color contains mainly: red. Hex color #595006 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595006 is #A6AFF9. Grayscale: #4A4A4A. Windows color (decimal): -10924026 or 413785. OLE color: 413785.

HSL color Cylindrical-coordinate representation of color #595006: hue angle of 53.49º degrees, saturation: 0.87, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #595006 is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.65.

Color convert

RGB89806-
CMYK00.100.930.65
HSL53.49º87.37%18.63%-
HSV(B)53.49º93.26%34.9%-
XYZ7.027.871.32-
YUV74.2689.48138.52-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 50.86%
GREEN value IS 80 (31.64% from 255) = 45.71%
BLUE value IS 6 (2.73% from 255) = 3.43%
R=50.86%
G=45.71%
B=3.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.93
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8980600.100.930.6553.4987.3718.63
Hex595060A5D41355713
Octal13112060121351016512723
Binary101100110100001100101010111011000001110101101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595006; }

 p { color: rgb(89,80,6); }

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

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

 a { background-color: rgb(89,80,6); }

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

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

 span { border-color: rgb(89,80,6); }

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