Shades of Dark Brown #644620
Tints of Dark Brown #644620
RGB
CMYK
RGB Variations
Color information
#644620 (or 0x644620) is known color: Dark Brown. HEX triplet: 64, 46 and 20. RGB value is (100,70,32). Sum of RGB (Red+Green+Blue) = 100+70+32=202 (26% of max value = 765). Red value is 100 (39.45% from 255 or 49.50% from 202); Green value is 70 (27.73% from 255 or 34.65% from 202); Blue value is 32 (12.89% from 255 or 15.84% from 202); Max value from RGB is 100 - color contains mainly: red. Hex color #644620 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644620 is #9BB9DF. Grayscale: #4A4A4A. Windows color (decimal): -10205664 or 2115172. OLE color: 2115172.
HSL color Cylindrical-coordinate representation of color #644620: hue angle of 33.53º 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 #644620 is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 70 | 32 | - |
| CMYK | 0 | 0.30 | 0.68 | 0.61 |
| HSL | 33.53º | 0.52% | 0.26% | - |
| HSV(B) | 33.53º | 0.68% | 0.39% | - |
| XYZ | 7.71 | 7.19 | 2.35 | - |
| YUV | 74.64 | 103.94 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 70 | 32 | 0 | 0.30 | 0.68 | 0.61 | 33.53 | 0.52 | 0.26 |
| Hex | 64 | 46 | 20 | 0 | 1E | 44 | 3D | 22 | 34 | 1A |
| Octal | 144 | 106 | 40 | 0 | 36 | 104 | 75 | 42 | 64 | 32 |
| Binary | 1100100 | 1000110 | 100000 | 0 | 11110 | 1000100 | 111101 | 100010 | 110100 | 11010 |
Color Harmonies of #644620
Complementary color
Monochromatic Colors of #644620
Black with #644620
Text Example
Text Example
White with #644620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644620; }
p { color: rgb(100,70,32); }
H1.HeaderClassName
{
color: #644620;
}
.AnyTagClassName
{
color: #644620;
}
</style>
background-color css
<style>
a { background-color: #644620; }
a { background-color: rgb(100,70,32); }
div.DivClassName
{
background-color: #644620;
}
.BgClassName
{
background-color: #644620;
}
</style>
border-color css
<style>
span { border-color: #644620; }
span { border-color: rgb(100,70,32); }
td.TdClassName
{
border-color: #644620;
}
.TagClassName
{
border-color: #644620;
}
</style>