#564216

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

Shades of Bronze Olive #564216

Tints of Bronze Olive #564216

Color information

#564216 (or 0x564216) is unknown color: approx Bronze Olive. HEX triplet: 56, 42 and 16. RGB value is (86,66,22). Sum of RGB (Red+Green+Blue) = 86+66+22=174 (23% of max value = 765). Red value is 86 (33.98% from 255 or 49.43% from 174); Green value is 66 (26.17% from 255 or 37.93% from 174); Blue value is 22 (8.98% from 255 or 12.64% from 174); Max value from RGB is 86 - color contains mainly: red. Hex color #564216 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564216 is #A9BDE9. Grayscale: #434343. Windows color (decimal): -11124202 or 1458774. OLE color: 1458774.

HSL color Cylindrical-coordinate representation of color #564216: hue angle of 41.25º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #564216 is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.66.

Color convert

RGB866622-
CMYK00.230.740.66
HSL41.25º59.26%21.18%-
HSV(B)41.25º74.42%33.73%-
XYZ5.935.931.59-
YUV66.96102.63141.58-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 49.43%
GREEN value IS 66 (26.17% from 255) = 37.93%
BLUE value IS 22 (8.98% from 255) = 12.64%
R=49.43%
G=37.93%
B=12.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.74
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86662200.230.740.6641.2559.2621.18
Hex5642160174A42293b15
Octal12610226027112102517325
Binary10101101000010101100101111001010100001010100111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564216; }

 p { color: rgb(86,66,22); }

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

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

 a { background-color: rgb(86,66,22); }

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

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

 span { border-color: rgb(86,66,22); }

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