Shades of Very Dark Brown #644131
Tints of Very Dark Brown #644131
RGB
CMYK
RGB Variations
Color information
#644131 (or 0x644131) is known color: Very Dark Brown. HEX triplet: 64, 41 and 31. RGB value is (100,65,49). Sum of RGB (Red+Green+Blue) = 100+65+49=214 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.73% from 214); Green value is 65 (25.78% from 255 or 30.37% from 214); Blue value is 49 (19.53% from 255 or 22.90% from 214); Max value from RGB is 100 - color contains mainly: red. Hex color #644131 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644131 is #9BBECE. Grayscale: #494949. Windows color (decimal): -10206927 or 3228004. OLE color: 3228004.
HSL color Cylindrical-coordinate representation of color #644131: hue angle of 18.82º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #644131 is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 65 | 49 | - |
| CMYK | 0 | 0.35 | 0.51 | 0.61 |
| HSL | 18.82º | 0.34% | 0.29% | - |
| HSV(B) | 18.82º | 0.51% | 0.39% | - |
| XYZ | 7.7 | 6.71 | 3.8 | - |
| YUV | 73.64 | 114.1 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 65 | 49 | 0 | 0.35 | 0.51 | 0.61 | 18.82 | 0.34 | 0.29 |
| Hex | 64 | 41 | 31 | 0 | 23 | 33 | 3D | 13 | 22 | 1D |
| Octal | 144 | 101 | 61 | 0 | 43 | 63 | 75 | 23 | 42 | 35 |
| Binary | 1100100 | 1000001 | 110001 | 0 | 100011 | 110011 | 111101 | 10011 | 100010 | 11101 |
Color Harmonies of #644131
Complementary color
Monochromatic Colors of #644131
Black with #644131
Text Example
Text Example
White with #644131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644131; }
p { color: rgb(100,65,49); }
H1.HeaderClassName
{
color: #644131;
}
.AnyTagClassName
{
color: #644131;
}
</style>
background-color css
<style>
a { background-color: #644131; }
a { background-color: rgb(100,65,49); }
div.DivClassName
{
background-color: #644131;
}
.BgClassName
{
background-color: #644131;
}
</style>
border-color css
<style>
span { border-color: #644131; }
span { border-color: rgb(100,65,49); }
td.TdClassName
{
border-color: #644131;
}
.TagClassName
{
border-color: #644131;
}
</style>