#564621

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

Shades of Bronze Olive #564621

Tints of Bronze Olive #564621

Color information

#564621 (or 0x564621) is unknown color: approx Bronze Olive. HEX triplet: 56, 46 and 21. RGB value is (86,70,33). Sum of RGB (Red+Green+Blue) = 86+70+33=189 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.50% from 189); Green value is 70 (27.73% from 255 or 37.04% from 189); Blue value is 33 (13.28% from 255 or 17.46% from 189); Max value from RGB is 86 - color contains mainly: red. Hex color #564621 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564621 is #A9B9DE. Grayscale: #464646. Windows color (decimal): -11123167 or 2180694. OLE color: 2180694.

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

Color convert

RGB867033-
CMYK00.190.620.66
HSL41.89º44.54%23.33%-
HSV(B)41.89º61.63%33.73%-
XYZ6.36.472.36-
YUV70.57106.8139.01-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.50%
GREEN value IS 70 (27.73% from 255) = 37.04%
BLUE value IS 33 (13.28% from 255) = 17.46%
R=45.50%
G=37.04%
B=17.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.62
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86703300.190.620.6641.8944.5423.33
Hex5646210133E422a2d17
Octal1261064102376102525527
Binary10101101000110100001010011111110100001010101010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564621; }

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

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

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

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

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

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

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

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