#564234

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

Shades of Brown Derby #564234

Tints of Brown Derby #564234

Color information

#564234 (or 0x564234) is unknown color: approx Brown Derby. HEX triplet: 56, 42 and 34. RGB value is (86,66,52). Sum of RGB (Red+Green+Blue) = 86+66+52=204 (27% of max value = 765). Red value is 86 (33.98% from 255 or 42.16% from 204); Green value is 66 (26.17% from 255 or 32.35% from 204); Blue value is 52 (20.70% from 255 or 25.49% from 204); Max value from RGB is 86 - color contains mainly: red. Hex color #564234 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564234 is #A9BDCB. Grayscale: #464646. Windows color (decimal): -11124172 or 3424854. OLE color: 3424854.

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

Color convert

RGB866652-
CMYK00.230.400.66
HSL24.71º24.64%27.06%-
HSV(B)24.71º39.53%33.73%-
XYZ6.416.124.09-
YUV70.38117.63139.14-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 42.16%
GREEN value IS 66 (26.17% from 255) = 32.35%
BLUE value IS 52 (20.70% from 255) = 25.49%
R=42.16%
G=32.35%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.40
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86665200.230.400.6624.7124.6427.06
Hex564234017284219191b
Octal1261026402750102313133
Binary101011010000101101000101111010001000010110011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564234; }

 p { color: rgb(86,66,52); }

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

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

 a { background-color: rgb(86,66,52); }

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

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

 span { border-color: rgb(86,66,52); }

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