#564604

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

Shades of Bronze Olive #564604

Tints of Bronze Olive #564604

Color information

#564604 (or 0x564604) is unknown color: approx Bronze Olive. HEX triplet: 56, 46 and 04. RGB value is (86,70,4). Sum of RGB (Red+Green+Blue) = 86+70+4=160 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.75% from 160); Green value is 70 (27.73% from 255 or 43.75% from 160); Blue value is 4 (1.95% from 255 or 2.5% from 160); Max value from RGB is 86 - color contains mainly: red. Hex color #564604 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564604 is #A9B9FB. Grayscale: #434343. Windows color (decimal): -11123196 or 280150. OLE color: 280150.

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

Color convert

RGB86704-
CMYK00.190.950.66
HSL48.29º91.11%17.65%-
HSV(B)48.29º95.35%33.73%-
XYZ6.056.371.03-
YUV67.2692.3141.37-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 53.75%
GREEN value IS 70 (27.73% from 255) = 43.75%
BLUE value IS 4 (1.95% from 255) = 2.5%
R=53.75%
G=43.75%
B=2.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.95
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8670400.190.950.6648.2991.1117.65
Hex564640135F42305b12
Octal12610640231371026013322
Binary1010110100011010001001110111111000010110000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564604; }

 p { color: rgb(86,70,4); }

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

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

 a { background-color: rgb(86,70,4); }

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

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

 span { border-color: rgb(86,70,4); }

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