Html Css Color HEX #595206 Bronze Olive

📋 copy color: '#595206'

red 89 ◦ green 82 ◦ blue 6

#595206
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bronze Olive #595206

Tints of Bronze Olive #595206

RGB

 RED value IS 89 (35.16% from 255) = 50.28%

 GREEN value IS 82 (32.42% from 255) = 46.33%

 BLUE value IS 6 (2.73% from 255) = 3.39%

R = 50.28%
G = 46.33%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.93

 K value IS 0.65

RGB Variations

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

Color information

#595206 (or 0x595206) is known color: Bronze Olive. HEX triplet: 59, 52 and 06. RGB value is (89,82,6). Sum of RGB (Red+Green+Blue) = 89+82+6=177 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.28% from 177); Green value is 82 (32.42% from 255 or 46.33% from 177); Blue value is 6 (2.73% from 255 or 3.39% from 177); Max value from RGB is 89 - color contains mainly: red. Hex color #595206 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595206 is #A6ADF9. Grayscale: #4B4B4B. Windows color (decimal): -10923514 or 414297. OLE color: 414297.

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

Color convert

RGB 89 82 6 -
CMYK 0 0.08 0.93 0.65
HSL 54.94º 0.87% 0.19% -
HSV(B) 54.94º 0.93% 0.35% -
XYZ 7.17 8.17 1.37 -
YUV 75.43 88.82 137.68 -
System Red Green Blue C M Y K H S L
Decimal 89 82 6 0 0.08 0.93 0.65 54.94 0.87 0.19
Hex 59 52 6 0 8 5D 41 37 57 13
Octal 131 122 6 0 10 135 101 67 127 23
Binary 1011001 1010010 110 0 1000 1011101 1000001 110111 1010111 10011

Color Harmonies of #595206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595206

Black with #595206

Text Example


Text Example

White with #595206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595206; }

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

 H1.HeaderClassName
 {
   color: #595206;
 }
 .AnyTagClassName
 {
   color: #595206;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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