Shades of Dark Brown #644621
Tints of Dark Brown #644621
RGB
CMYK
RGB Variations
Color information
#644621 (or 0x644621) is known color: Dark Brown. HEX triplet: 64, 46 and 21. RGB value is (100,70,33). Sum of RGB (Red+Green+Blue) = 100+70+33=203 (26% of max value = 765). Red value is 100 (39.45% from 255 or 49.26% from 203); Green value is 70 (27.73% from 255 or 34.48% from 203); Blue value is 33 (13.28% from 255 or 16.26% from 203); Max value from RGB is 100 - color contains mainly: red. Hex color #644621 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644621 is #9BB9DE. Grayscale: #4A4A4A. Windows color (decimal): -10205663 or 2180708. OLE color: 2180708.
HSL color Cylindrical-coordinate representation of color #644621: hue angle of 33.13º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #644621 is Cyan = 0, Magento = 0.30, Yellow = 0.67 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 70 | 33 | - |
| CMYK | 0 | 0.30 | 0.67 | 0.61 |
| HSL | 33.13º | 0.5% | 0.26% | - |
| HSV(B) | 33.13º | 0.67% | 0.39% | - |
| XYZ | 7.72 | 7.2 | 2.42 | - |
| YUV | 74.75 | 104.44 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 70 | 33 | 0 | 0.30 | 0.67 | 0.61 | 33.13 | 0.5 | 0.26 |
| Hex | 64 | 46 | 21 | 0 | 1E | 43 | 3D | 21 | 32 | 1A |
| Octal | 144 | 106 | 41 | 0 | 36 | 103 | 75 | 41 | 62 | 32 |
| Binary | 1100100 | 1000110 | 100001 | 0 | 11110 | 1000011 | 111101 | 100001 | 110010 | 11010 |
Color Harmonies of #644621
Complementary color
Monochromatic Colors of #644621
Black with #644621
Text Example
Text Example
White with #644621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644621; }
p { color: rgb(100,70,33); }
H1.HeaderClassName
{
color: #644621;
}
.AnyTagClassName
{
color: #644621;
}
</style>
background-color css
<style>
a { background-color: #644621; }
a { background-color: rgb(100,70,33); }
div.DivClassName
{
background-color: #644621;
}
.BgClassName
{
background-color: #644621;
}
</style>
border-color css
<style>
span { border-color: #644621; }
span { border-color: rgb(100,70,33); }
td.TdClassName
{
border-color: #644621;
}
.TagClassName
{
border-color: #644621;
}
</style>