Shades of Dark Brown #644120
Tints of Dark Brown #644120
RGB
CMYK
RGB Variations
Color information
#644120 (or 0x644120) is known color: Dark Brown. HEX triplet: 64, 41 and 20. RGB value is (100,65,32). Sum of RGB (Red+Green+Blue) = 100+65+32=197 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50.76% from 197); Green value is 65 (25.78% from 255 or 32.99% from 197); Blue value is 32 (12.89% from 255 or 16.24% from 197); Max value from RGB is 100 - color contains mainly: red. Hex color #644120 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644120 is #9BBEDF. Grayscale: #474747. Windows color (decimal): -10206944 or 2113892. OLE color: 2113892.
HSL color Cylindrical-coordinate representation of color #644120: hue angle of 29.12º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #644120 is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 65 | 32 | - |
| CMYK | 0 | 0.35 | 0.68 | 0.61 |
| HSL | 29.12º | 0.52% | 0.26% | - |
| HSV(B) | 29.12º | 0.68% | 0.39% | - |
| XYZ | 7.41 | 6.59 | 2.25 | - |
| YUV | 71.7 | 105.6 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 65 | 32 | 0 | 0.35 | 0.68 | 0.61 | 29.12 | 0.52 | 0.26 |
| Hex | 64 | 41 | 20 | 0 | 23 | 44 | 3D | 1D | 34 | 1A |
| Octal | 144 | 101 | 40 | 0 | 43 | 104 | 75 | 35 | 64 | 32 |
| Binary | 1100100 | 1000001 | 100000 | 0 | 100011 | 1000100 | 111101 | 11101 | 110100 | 11010 |
Color Harmonies of #644120
Complementary color
Monochromatic Colors of #644120
Black with #644120
Text Example
Text Example
White with #644120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644120; }
p { color: rgb(100,65,32); }
H1.HeaderClassName
{
color: #644120;
}
.AnyTagClassName
{
color: #644120;
}
</style>
background-color css
<style>
a { background-color: #644120; }
a { background-color: rgb(100,65,32); }
div.DivClassName
{
background-color: #644120;
}
.BgClassName
{
background-color: #644120;
}
</style>
border-color css
<style>
span { border-color: #644120; }
span { border-color: rgb(100,65,32); }
td.TdClassName
{
border-color: #644120;
}
.TagClassName
{
border-color: #644120;
}
</style>