#564E09

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

Shades of Bronze Olive #564E09

Tints of Bronze Olive #564E09

Color information

#564E09 (or 0x564E09) is unknown color: approx Bronze Olive. HEX triplet: 56, 4E and 09. RGB value is (86,78,9). Sum of RGB (Red+Green+Blue) = 86+78+9=173 (22% of max value = 765). Red value is 86 (33.98% from 255 or 49.71% from 173); Green value is 78 (30.86% from 255 or 45.09% from 173); Blue value is 9 (3.91% from 255 or 5.20% from 173); Max value from RGB is 86 - color contains mainly: red. Hex color #564E09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #564E09 is #A9B1F6. Grayscale: #484848. Windows color (decimal): -11121143 or 609878. OLE color: 609878.

HSL color Cylindrical-coordinate representation of color #564E09: hue angle of 53.77º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #564E09 is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.66.

Color convert

RGB86789-
CMYK00.090.900.66
HSL53.77º81.05%18.63%-
HSV(B)53.77º89.53%33.73%-
XYZ6.617.451.35-
YUV72.5392.15137.61-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 49.71%
GREEN value IS 78 (30.86% from 255) = 45.09%
BLUE value IS 9 (3.91% from 255) = 5.20%
R=49.71%
G=45.09%
B=5.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.90
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8678900.090.900.6653.7781.0518.63
Hex564E9095A42365113
Octal126116110111321026612123
Binary1010110100111010010100110110101000010110110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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