Shades of Dark Brown #644B21
Tints of Dark Brown #644B21
RGB
CMYK
RGB Variations
Color information
#644B21 (or 0x644B21) is known color: Dark Brown. HEX triplet: 64, 4B and 21. RGB value is (100,75,33). Sum of RGB (Red+Green+Blue) = 100+75+33=208 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.08% from 208); Green value is 75 (29.69% from 255 or 36.06% from 208); Blue value is 33 (13.28% from 255 or 15.87% from 208); Max value from RGB is 100 - color contains mainly: red. Hex color #644B21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644B21 is #9BB4DE. Grayscale: #4D4D4D. Windows color (decimal): -10204383 or 2181988. OLE color: 2181988.
HSL color Cylindrical-coordinate representation of color #644B21: hue angle of 37.61º 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 #644B21 is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 75 | 33 | - |
| CMYK | 0 | 0.25 | 0.67 | 0.61 |
| HSL | 37.61º | 0.5% | 0.26% | - |
| HSV(B) | 37.61º | 0.67% | 0.39% | - |
| XYZ | 8.05 | 7.85 | 2.53 | - |
| YUV | 77.69 | 102.78 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 75 | 33 | 0 | 0.25 | 0.67 | 0.61 | 37.61 | 0.5 | 0.26 |
| Hex | 64 | 4B | 21 | 0 | 19 | 43 | 3D | 26 | 32 | 1A |
| Octal | 144 | 113 | 41 | 0 | 31 | 103 | 75 | 46 | 62 | 32 |
| Binary | 1100100 | 1001011 | 100001 | 0 | 11001 | 1000011 | 111101 | 100110 | 110010 | 11010 |
Color Harmonies of #644B21
Complementary color
Monochromatic Colors of #644B21
Black with #644B21
Text Example
Text Example
White with #644B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644B21; }
p { color: rgb(100,75,33); }
H1.HeaderClassName
{
color: #644B21;
}
.AnyTagClassName
{
color: #644B21;
}
</style>
background-color css
<style>
a { background-color: #644B21; }
a { background-color: rgb(100,75,33); }
div.DivClassName
{
background-color: #644B21;
}
.BgClassName
{
background-color: #644B21;
}
</style>
border-color css
<style>
span { border-color: #644B21; }
span { border-color: rgb(100,75,33); }
td.TdClassName
{
border-color: #644B21;
}
.TagClassName
{
border-color: #644B21;
}
</style>