Html Css Color HEX #564136 Very Dark Brown

📋 copy color: '#564136'

red 86 ◦ green 65 ◦ blue 54

#564136
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Very Dark Brown #564136

Tints of Very Dark Brown #564136

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 value IS 0

 M value IS 0.24

 Y value IS 0.37

 K value IS 0.66

RGB Variations

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

Color information

#564136 (or 0x564136) is known color: 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.62º 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

RGB 86 65 54 -
CMYK 0 0.24 0.37 0.66
HSL 20.63º 0.23% 0.27% -
HSV(B) 20.63º 0.37% 0.34% -
XYZ 6.39 6.03 4.32 -
YUV 70.03 118.96 139.39 -
System Red Green Blue C M Y K H S L
Decimal 86 65 54 0 0.24 0.37 0.66 20.63 0.23 0.27
Hex 56 41 36 0 18 25 42 15 17 1B
Octal 126 101 66 0 30 45 102 25 27 33
Binary 1010110 1000001 110110 0 11000 100101 1000010 10101 10111 11011

Color Harmonies of #564136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564136

Black with #564136

Text Example


Text Example

White with #564136

Text Example


Text Example

HTML Codes & Css Web 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>