#564610

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

Shades of Bronze Olive #564610

Tints of Bronze Olive #564610

Color information

#564610 (or 0x564610) is unknown color: approx Bronze Olive. HEX triplet: 56, 46 and 10. RGB value is (86,70,16). Sum of RGB (Red+Green+Blue) = 86+70+16=172 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50% from 172); Green value is 70 (27.73% from 255 or 40.70% from 172); Blue value is 16 (6.64% from 255 or 9.30% from 172); Max value from RGB is 86 - color contains mainly: red. Hex color #564610 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564610 is #A9B9EF. Grayscale: #444444. Windows color (decimal): -11123184 or 1066582. OLE color: 1066582.

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

Color convert

RGB867016-
CMYK00.190.810.66
HSL46.29º68.63%20%-
HSV(B)46.29º81.4%33.73%-
XYZ6.126.41.4-
YUV68.6398.3140.39-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 50%
GREEN value IS 70 (27.73% from 255) = 40.70%
BLUE value IS 16 (6.64% from 255) = 9.30%
R=50%
G=40.70%
B=9.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.81
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86701600.190.810.6646.2968.6320
Hex56461001351422e4514
Octal126106200231211025610524
Binary101011010001101000001001110100011000010101110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564610; }

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

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

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

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

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

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

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

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