#564706

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

Shades of Bronze Olive #564706

Tints of Bronze Olive #564706

Color information

#564706 (or 0x564706) is unknown color: approx Bronze Olive. HEX triplet: 56, 47 and 06. RGB value is (86,71,6). Sum of RGB (Red+Green+Blue) = 86+71+6=163 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.76% from 163); Green value is 71 (28.12% from 255 or 43.56% from 163); Blue value is 6 (2.73% from 255 or 3.68% from 163); Max value from RGB is 86 - color contains mainly: red. Hex color #564706 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564706 is #A9B8F9. Grayscale: #444444. Windows color (decimal): -11122938 or 411478. OLE color: 411478.

HSL color Cylindrical-coordinate representation of color #564706: hue angle of 48.75º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #564706 is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.66.

Color convert

RGB86716-
CMYK00.170.930.66
HSL48.75º86.96%18.04%-
HSV(B)48.75º93.02%33.73%-
XYZ6.126.51.1-
YUV68.0792.97140.79-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 52.76%
GREEN value IS 71 (28.12% from 255) = 43.56%
BLUE value IS 6 (2.73% from 255) = 3.68%
R=52.76%
G=43.56%
B=3.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.93
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8671600.170.930.6648.7586.9618.04
Hex564760115D42315712
Octal12610760211351026112722
Binary1010110100011111001000110111011000010110001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564706; }

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

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

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

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

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

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

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

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