#564638

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

Shades of Brown Derby #564638

Tints of Brown Derby #564638

Color information

#564638 (or 0x564638) is unknown color: approx Brown Derby. HEX triplet: 56, 46 and 38. RGB value is (86,70,56). Sum of RGB (Red+Green+Blue) = 86+70+56=212 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.57% from 212); Green value is 70 (27.73% from 255 or 33.02% from 212); Blue value is 56 (22.27% from 255 or 26.42% from 212); Max value from RGB is 86 - color contains mainly: red. Hex color #564638 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564638 is #A9B9C7. Grayscale: #494949. Windows color (decimal): -11123144 or 3688022. OLE color: 3688022.

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

Color convert

RGB867056-
CMYK00.190.350.66
HSL28º21.13%27.84%-
HSV(B)28º34.88%33.73%-
XYZ6.746.644.67-
YUV73.19118.3137.14-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.57%
GREEN value IS 70 (27.73% from 255) = 33.02%
BLUE value IS 56 (22.27% from 255) = 26.42%
R=40.57%
G=33.02%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.35
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86705600.190.350.662821.1327.84
Hex56463801323421c151c
Octal1261067002343102342534
Binary101011010001101110000100111000111000010111001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564638; }

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

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

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

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

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

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

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

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