Html Css Color HEX #564440 Crater Brown

📋 copy color: '#564440'

red 86 ◦ green 68 ◦ blue 64

#564440
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crater Brown #564440

Tints of Crater Brown #564440

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 value IS 0

 M value IS 0.21

 Y value IS 0.26

 K value IS 0.66

RGB Variations

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

Color information

#564440 (or 0x564440) is known color: 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

RGB 86 68 64 -
CMYK 0 0.21 0.26 0.66
HSL 10.91º 0.15% 0.29% -
HSV(B) 10.91º 0.26% 0.34% -
XYZ 6.83 6.48 5.74 -
YUV 72.93 122.96 137.33 -
System Red Green Blue C M Y K H S L
Decimal 86 68 64 0 0.21 0.26 0.66 10.91 0.15 0.29
Hex 56 44 40 0 15 1A 42 B F 1D
Octal 126 104 100 0 25 32 102 13 17 35
Binary 1010110 1000100 1000000 0 10101 11010 1000010 1011 1111 11101

Color Harmonies of #564440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564440

Black with #564440

Text Example


Text Example

White with #564440

Text Example


Text Example

HTML Codes & Css Web 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>