#564A06

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

Shades of Bronze Olive #564A06

Tints of Bronze Olive #564A06

Color information

#564A06 (or 0x564A06) is unknown color: approx Bronze Olive. HEX triplet: 56, 4A and 06. RGB value is (86,74,6). Sum of RGB (Red+Green+Blue) = 86+74+6=166 (21% of max value = 765). Red value is 86 (33.98% from 255 or 51.81% from 166); Green value is 74 (29.30% from 255 or 44.58% from 166); Blue value is 6 (2.73% from 255 or 3.61% from 166); Max value from RGB is 86 - color contains mainly: red. Hex color #564A06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564A06 is #A9B5F9. Grayscale: #464646. Windows color (decimal): -11122170 or 412246. OLE color: 412246.

HSL color Cylindrical-coordinate representation of color #564A06: hue angle of 51º 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 #564A06 is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.66.

Color convert

RGB86746-
CMYK00.140.930.66
HSL51º86.96%18.04%-
HSV(B)51º93.02%33.73%-
XYZ6.326.891.17-
YUV69.8491.98139.53-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 51.81%
GREEN value IS 74 (29.30% from 255) = 44.58%
BLUE value IS 6 (2.73% from 255) = 3.61%
R=51.81%
G=44.58%
B=3.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.93
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8674600.140.930.665186.9618.04
Hex564A60E5D42335712
Octal12611260161351026312722
Binary101011010010101100111010111011000010110011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564A06; }

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

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

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

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

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

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

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

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