#564636

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

Shades of Brown Derby #564636

Tints of Brown Derby #564636

Color information

#564636 (or 0x564636) is unknown color: approx Brown Derby. HEX triplet: 56, 46 and 36. RGB value is (86,70,54). Sum of RGB (Red+Green+Blue) = 86+70+54=210 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.95% from 210); Green value is 70 (27.73% from 255 or 33.33% from 210); Blue value is 54 (21.48% from 255 or 25.71% from 210); Max value from RGB is 86 - color contains mainly: red. Hex color #564636 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564636 is #A9B9C9. Grayscale: #494949. Windows color (decimal): -11123146 or 3556950. OLE color: 3556950.

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

Color convert

RGB867054-
CMYK00.190.370.66
HSL30º22.86%27.45%-
HSV(B)30º37.21%33.73%-
XYZ6.696.634.42-
YUV72.96117.3137.3-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.95%
GREEN value IS 70 (27.73% from 255) = 33.33%
BLUE value IS 54 (21.48% from 255) = 25.71%
R=40.95%
G=33.33%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.37
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86705400.190.370.663022.8627.45
Hex56463601325421e171b
Octal1261066602345102362733
Binary101011010001101101100100111001011000010111101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564636; }

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

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

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

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

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

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

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

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