#564710

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

Shades of Bronze Olive #564710

Tints of Bronze Olive #564710

Color information

#564710 (or 0x564710) is unknown color: approx Bronze Olive. HEX triplet: 56, 47 and 10. RGB value is (86,71,16). Sum of RGB (Red+Green+Blue) = 86+71+16=173 (22% of max value = 765). Red value is 86 (33.98% from 255 or 49.71% from 173); Green value is 71 (28.12% from 255 or 41.04% from 173); Blue value is 16 (6.64% from 255 or 9.25% from 173); Max value from RGB is 86 - color contains mainly: red. Hex color #564710 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564710 is #A9B8EF. Grayscale: #454545. Windows color (decimal): -11122928 or 1066838. OLE color: 1066838.

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

Color convert

RGB867116-
CMYK00.170.810.66
HSL47.14º68.63%20%-
HSV(B)47.14º81.4%33.73%-
XYZ6.186.521.42-
YUV69.2197.97139.97-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 49.71%
GREEN value IS 71 (28.12% from 255) = 41.04%
BLUE value IS 16 (6.64% from 255) = 9.25%
R=49.71%
G=41.04%
B=9.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.81
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86711600.170.810.6647.1468.6320
Hex56471001151422f4514
Octal126107200211211025710524
Binary101011010001111000001000110100011000010101111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564710; }

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

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

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

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

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

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

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

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