#564709

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

Shades of Bronze Olive #564709

Tints of Bronze Olive #564709

Color information

#564709 (or 0x564709) is unknown color: approx Bronze Olive. HEX triplet: 56, 47 and 09. RGB value is (86,71,9). Sum of RGB (Red+Green+Blue) = 86+71+9=166 (21% of max value = 765). Red value is 86 (33.98% from 255 or 51.81% from 166); Green value is 71 (28.12% from 255 or 42.77% from 166); Blue value is 9 (3.91% from 255 or 5.42% from 166); Max value from RGB is 86 - color contains mainly: red. Hex color #564709 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564709 is #A9B8F6. Grayscale: #444444. Windows color (decimal): -11122935 or 608086. OLE color: 608086.

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

Color convert

RGB86719-
CMYK00.170.900.66
HSL48.31º81.05%18.63%-
HSV(B)48.31º89.53%33.73%-
XYZ6.146.51.19-
YUV68.4294.47140.54-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 51.81%
GREEN value IS 71 (28.12% from 255) = 42.77%
BLUE value IS 9 (3.91% from 255) = 5.42%
R=51.81%
G=42.77%
B=5.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.90
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8671900.170.900.6648.3181.0518.63
Hex564790115A42305113
Octal126107110211321026012123
Binary10101101000111100101000110110101000010110000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564709; }

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

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

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

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

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

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

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

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