#564206

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

Shades of Bronze Olive #564206

Tints of Bronze Olive #564206

Color information

#564206 (or 0x564206) is unknown color: approx Bronze Olive. HEX triplet: 56, 42 and 06. RGB value is (86,66,6). Sum of RGB (Red+Green+Blue) = 86+66+6=158 (20% of max value = 765). Red value is 86 (33.98% from 255 or 54.43% from 158); Green value is 66 (26.17% from 255 or 41.77% from 158); Blue value is 6 (2.73% from 255 or 3.80% from 158); Max value from RGB is 86 - color contains mainly: red. Hex color #564206 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564206 is #A9BDF9. Grayscale: #414141. Windows color (decimal): -11124218 or 410198. OLE color: 410198.

HSL color Cylindrical-coordinate representation of color #564206: hue angle of 45º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #564206 is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.66.

Color convert

RGB86666-
CMYK00.230.930.66
HSL45º86.96%18.04%-
HSV(B)45º93.02%33.73%-
XYZ5.825.891-
YUV65.1494.63142.88-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 54.43%
GREEN value IS 66 (26.17% from 255) = 41.77%
BLUE value IS 6 (2.73% from 255) = 3.80%
R=54.43%
G=41.77%
B=3.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.93
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8666600.230.930.664586.9618.04
Hex564260175D422d5712
Octal12610260271351025512722
Binary1010110100001011001011110111011000010101101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564206; }

 p { color: rgb(86,66,6); }

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

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

 a { background-color: rgb(86,66,6); }

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

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

 span { border-color: rgb(86,66,6); }

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