#564E11

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

Shades of Bronze Olive #564E11

Tints of Bronze Olive #564E11

Color information

#564E11 (or 0x564E11) is unknown color: approx Bronze Olive. HEX triplet: 56, 4E and 11. RGB value is (86,78,17). Sum of RGB (Red+Green+Blue) = 86+78+17=181 (23% of max value = 765). Red value is 86 (33.98% from 255 or 47.51% from 181); Green value is 78 (30.86% from 255 or 43.09% from 181); Blue value is 17 (7.03% from 255 or 9.39% from 181); Max value from RGB is 86 - color contains mainly: red. Hex color #564E11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #564E11 is #A9B1EE. Grayscale: #494949. Windows color (decimal): -11121135 or 1134166. OLE color: 1134166.

HSL color Cylindrical-coordinate representation of color #564E11: hue angle of 53.04º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #564E11 is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.66.

Color convert

RGB867817-
CMYK00.090.800.66
HSL53.04º66.99%20.2%-
HSV(B)53.04º80.23%33.73%-
XYZ6.667.471.62-
YUV73.4496.15136.96-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 47.51%
GREEN value IS 78 (30.86% from 255) = 43.09%
BLUE value IS 17 (7.03% from 255) = 9.39%
R=47.51%
G=43.09%
B=9.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.80
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86781700.090.800.6653.0466.9920.2
Hex564E11095042354314
Octal126116210111201026510324
Binary10101101001110100010100110100001000010110101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,78,17); }

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

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

 a { background-color: rgb(86,78,17); }

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

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

 span { border-color: rgb(86,78,17); }

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