#564440

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

Shades of Crater Brown #564440

Tints of Crater Brown #564440

Color information

#564440 (or 0x564440) is unknown color: approx Crater Brown. HEX triplet: 56, 44 and 40. RGB value is (86,68,64). Sum of RGB (Red+Green+Blue) = 86+68+64=218 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.45% from 218); Green value is 68 (26.95% from 255 or 31.19% from 218); Blue value is 64 (25.39% from 255 or 29.36% from 218); Max value from RGB is 86 - color contains mainly: red. Hex color #564440 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564440 is #A9BBBF. Grayscale: #484848. Windows color (decimal): -11123648 or 4211798. OLE color: 4211798.

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

Color convert

RGB866864-
CMYK00.210.260.66
HSL10.91º14.67%29.41%-
HSV(B)10.91º25.58%33.73%-
XYZ6.836.485.74-
YUV72.93122.96137.33-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.45%
GREEN value IS 68 (26.95% from 255) = 31.19%
BLUE value IS 64 (25.39% from 255) = 29.36%
R=39.45%
G=31.19%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86686400.210.260.6610.9114.6729.41
Hex5644400151A42bf1d
Octal12610410002532102131735
Binary1010110100010010000000101011101010000101011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564440; }

 p { color: rgb(86,68,64); }

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

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

 a { background-color: rgb(86,68,64); }

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

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

 span { border-color: rgb(86,68,64); }

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