#564536

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

Shades of Brown Derby #564536

Tints of Brown Derby #564536

Color information

#564536 (or 0x564536) is unknown color: approx Brown Derby. HEX triplet: 56, 45 and 36. RGB value is (86,69,54). Sum of RGB (Red+Green+Blue) = 86+69+54=209 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.15% from 209); Green value is 69 (27.34% from 255 or 33.01% from 209); Blue value is 54 (21.48% from 255 or 25.84% from 209); Max value from RGB is 86 - color contains mainly: red. Hex color #564536 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564536 is #A9BAC9. Grayscale: #484848. Windows color (decimal): -11123402 or 3556694. OLE color: 3556694.

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

Color convert

RGB866954-
CMYK00.200.370.66
HSL28.13º22.86%27.45%-
HSV(B)28.13º37.21%33.73%-
XYZ6.636.54.4-
YUV72.37117.63137.72-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.15%
GREEN value IS 69 (27.34% from 255) = 33.01%
BLUE value IS 54 (21.48% from 255) = 25.84%
R=41.15%
G=33.01%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.37
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86695400.200.370.6628.1322.8627.45
Hex56453601425421c171b
Octal1261056602445102342733
Binary101011010001011101100101001001011000010111001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564536; }

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

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

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

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

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

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

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

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