#564136

Color #564136 Very Dark Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Very Dark Brown #564136

Tints of Very Dark Brown #564136

Color information

#564136 (or 0x564136) is unknown color: approx Very Dark Brown. HEX triplet: 56, 41 and 36. RGB value is (86,65,54). Sum of RGB (Red+Green+Blue) = 86+65+54=205 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.95% from 205); Green value is 65 (25.78% from 255 or 31.71% from 205); Blue value is 54 (21.48% from 255 or 26.34% from 205); Max value from RGB is 86 - color contains mainly: red. Hex color #564136 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564136 is #A9BEC9. Grayscale: #464646. Windows color (decimal): -11124426 or 3555670. OLE color: 3555670.

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

Color convert

RGB866554-
CMYK00.240.370.66
HSL20.63º22.86%27.45%-
HSV(B)20.63º37.21%33.73%-
XYZ6.396.034.32-
YUV70.03118.96139.39-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.95%
GREEN value IS 65 (25.78% from 255) = 31.71%
BLUE value IS 54 (21.48% from 255) = 26.34%
R=41.95%
G=31.71%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.37
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86655400.240.370.6620.6322.8627.45
Hex564136018254215171b
Octal1261016603045102252733
Binary101011010000011101100110001001011000010101011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564136; }

 p { color: rgb(86,65,54); }

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

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

 a { background-color: rgb(86,65,54); }

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

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

 span { border-color: rgb(86,65,54); }

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