#564340

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

Shades of Crater Brown #564340

Tints of Crater Brown #564340

Color information

#564340 (or 0x564340) is unknown color: approx Crater Brown. HEX triplet: 56, 43 and 40. RGB value is (86,67,64). Sum of RGB (Red+Green+Blue) = 86+67+64=217 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.63% from 217); Green value is 67 (26.56% from 255 or 30.88% from 217); Blue value is 64 (25.39% from 255 or 29.49% from 217); Max value from RGB is 86 - color contains mainly: red. Hex color #564340 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564340 is #A9BCBF. Grayscale: #484848. Windows color (decimal): -11123904 or 4211542. OLE color: 4211542.

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

Color convert

RGB866764-
CMYK00.220.260.66
HSL8.18º14.67%29.41%-
HSV(B)8.18º25.58%33.73%-
XYZ6.776.365.72-
YUV72.34123.29137.74-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.63%
GREEN value IS 67 (26.56% from 255) = 30.88%
BLUE value IS 64 (25.39% from 255) = 29.49%
R=39.63%
G=30.88%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86676400.220.260.668.1814.6729.41
Hex5643400161A428f1d
Octal12610310002632102101735
Binary1010110100001110000000101101101010000101000111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564340; }

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

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

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

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

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

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

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

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