Shades of Very Dark Brown #644231
Tints of Very Dark Brown #644231
RGB
CMYK
RGB Variations
Color information
#644231 (or 0x644231) is known color: Very Dark Brown. HEX triplet: 64, 42 and 31. RGB value is (100,66,49). Sum of RGB (Red+Green+Blue) = 100+66+49=215 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.51% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 49 (19.53% from 255 or 22.79% from 215); Max value from RGB is 100 - color contains mainly: red. Hex color #644231 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644231 is #9BBDCE. Grayscale: #4A4A4A. Windows color (decimal): -10206671 or 3228260. OLE color: 3228260.
HSL color Cylindrical-coordinate representation of color #644231: hue angle of 20º 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 #644231 is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 66 | 49 | - |
| CMYK | 0 | 0.34 | 0.51 | 0.61 |
| HSL | 20º | 0.34% | 0.29% | - |
| HSV(B) | 20º | 0.51% | 0.39% | - |
| XYZ | 7.76 | 6.83 | 3.81 | - |
| YUV | 74.23 | 113.76 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 66 | 49 | 0 | 0.34 | 0.51 | 0.61 | 20 | 0.34 | 0.29 |
| Hex | 64 | 42 | 31 | 0 | 22 | 33 | 3D | 14 | 22 | 1D |
| Octal | 144 | 102 | 61 | 0 | 42 | 63 | 75 | 24 | 42 | 35 |
| Binary | 1100100 | 1000010 | 110001 | 0 | 100010 | 110011 | 111101 | 10100 | 100010 | 11101 |
Color Harmonies of #644231
Complementary color
Monochromatic Colors of #644231
Black with #644231
Text Example
Text Example
White with #644231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644231; }
p { color: rgb(100,66,49); }
H1.HeaderClassName
{
color: #644231;
}
.AnyTagClassName
{
color: #644231;
}
</style>
background-color css
<style>
a { background-color: #644231; }
a { background-color: rgb(100,66,49); }
div.DivClassName
{
background-color: #644231;
}
.BgClassName
{
background-color: #644231;
}
</style>
border-color css
<style>
span { border-color: #644231; }
span { border-color: rgb(100,66,49); }
td.TdClassName
{
border-color: #644231;
}
.TagClassName
{
border-color: #644231;
}
</style>