#564909

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

Shades of Bronze Olive #564909

Tints of Bronze Olive #564909

Color information

#564909 (or 0x564909) is unknown color: approx Bronze Olive. HEX triplet: 56, 49 and 09. RGB value is (86,73,9). Sum of RGB (Red+Green+Blue) = 86+73+9=168 (22% of max value = 765). Red value is 86 (33.98% from 255 or 51.19% from 168); Green value is 73 (28.91% from 255 or 43.45% from 168); Blue value is 9 (3.91% from 255 or 5.36% from 168); Max value from RGB is 86 - color contains mainly: red. Hex color #564909 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564909 is #A9B6F6. Grayscale: #454545. Windows color (decimal): -11122423 or 608598. OLE color: 608598.

HSL color Cylindrical-coordinate representation of color #564909: hue angle of 49.87º 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 #564909 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.66.

Color convert

RGB86739-
CMYK00.150.900.66
HSL49.87º81.05%18.63%-
HSV(B)49.87º89.53%33.73%-
XYZ6.276.761.23-
YUV69.5993.81139.7-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 51.19%
GREEN value IS 73 (28.91% from 255) = 43.45%
BLUE value IS 9 (3.91% from 255) = 5.36%
R=51.19%
G=43.45%
B=5.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.90
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8673900.150.900.6649.8781.0518.63
Hex564990F5A42325113
Octal126111110171321026212123
Binary1010110100100110010111110110101000010110010101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564909; }

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

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

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

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

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

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

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

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