#564609

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

Shades of Bronze Olive #564609

Tints of Bronze Olive #564609

Color information

#564609 (or 0x564609) is unknown color: approx Bronze Olive. HEX triplet: 56, 46 and 09. RGB value is (86,70,9). Sum of RGB (Red+Green+Blue) = 86+70+9=165 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.12% from 165); Green value is 70 (27.73% from 255 or 42.42% from 165); Blue value is 9 (3.91% from 255 or 5.45% from 165); Max value from RGB is 86 - color contains mainly: red. Hex color #564609 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564609 is #A9B9F6. Grayscale: #444444. Windows color (decimal): -11123191 or 607830. OLE color: 607830.

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

Color convert

RGB86709-
CMYK00.190.900.66
HSL47.53º81.05%18.63%-
HSV(B)47.53º89.53%33.73%-
XYZ6.086.381.17-
YUV67.8394.8140.96-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 52.12%
GREEN value IS 70 (27.73% from 255) = 42.42%
BLUE value IS 9 (3.91% from 255) = 5.45%
R=52.12%
G=42.42%
B=5.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.90
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8670900.190.900.6647.5381.0518.63
Hex564690135A42305113
Octal126106110231321026012123
Binary10101101000110100101001110110101000010110000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564609; }

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

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

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

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

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

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

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

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