Shades of Dark Brown #644A20
Tints of Dark Brown #644A20
RGB
CMYK
RGB Variations
Color information
#644A20 (or 0x644A20) is known color: Dark Brown. HEX triplet: 64, 4A and 20. RGB value is (100,74,32). Sum of RGB (Red+Green+Blue) = 100+74+32=206 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.54% from 206); Green value is 74 (29.30% from 255 or 35.92% from 206); Blue value is 32 (12.89% from 255 or 15.53% from 206); Max value from RGB is 100 - color contains mainly: red. Hex color #644A20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644A20 is #9BB5DF. Grayscale: #4D4D4D. Windows color (decimal): -10204640 or 2116196. OLE color: 2116196.
HSL color Cylindrical-coordinate representation of color #644A20: hue angle of 37.06º 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 #644A20 is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 74 | 32 | - |
| CMYK | 0 | 0.26 | 0.68 | 0.61 |
| HSL | 37.06º | 0.52% | 0.26% | - |
| HSV(B) | 37.06º | 0.68% | 0.39% | - |
| XYZ | 7.97 | 7.71 | 2.44 | - |
| YUV | 76.99 | 102.61 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 74 | 32 | 0 | 0.26 | 0.68 | 0.61 | 37.06 | 0.52 | 0.26 |
| Hex | 64 | 4A | 20 | 0 | 1A | 44 | 3D | 25 | 34 | 1A |
| Octal | 144 | 112 | 40 | 0 | 32 | 104 | 75 | 45 | 64 | 32 |
| Binary | 1100100 | 1001010 | 100000 | 0 | 11010 | 1000100 | 111101 | 100101 | 110100 | 11010 |
Color Harmonies of #644A20
Complementary color
Monochromatic Colors of #644A20
Black with #644A20
Text Example
Text Example
White with #644A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644A20; }
p { color: rgb(100,74,32); }
H1.HeaderClassName
{
color: #644A20;
}
.AnyTagClassName
{
color: #644A20;
}
</style>
background-color css
<style>
a { background-color: #644A20; }
a { background-color: rgb(100,74,32); }
div.DivClassName
{
background-color: #644A20;
}
.BgClassName
{
background-color: #644A20;
}
</style>
border-color css
<style>
span { border-color: #644A20; }
span { border-color: rgb(100,74,32); }
td.TdClassName
{
border-color: #644A20;
}
.TagClassName
{
border-color: #644A20;
}
</style>