Shades of Dark Brown #644819
Tints of Dark Brown #644819
RGB
CMYK
RGB Variations
Color information
#644819 (or 0x644819) is known color: Dark Brown. HEX triplet: 64, 48 and 19. RGB value is (100,72,25). Sum of RGB (Red+Green+Blue) = 100+72+25=197 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50.76% from 197); Green value is 72 (28.52% from 255 or 36.55% from 197); Blue value is 25 (10.16% from 255 or 12.69% from 197); Max value from RGB is 100 - color contains mainly: red. Hex color #644819 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #644819 is #9BB7E6. Grayscale: #4B4B4B. Windows color (decimal): -10205159 or 1656932. OLE color: 1656932.
HSL color Cylindrical-coordinate representation of color #644819: hue angle of 37.6º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #644819 is Cyan = 0, Magento = 0.28, Yellow = 0.75 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 72 | 25 | - |
| CMYK | 0 | 0.28 | 0.75 | 0.61 |
| HSL | 37.6º | 0.6% | 0.25% | - |
| HSV(B) | 37.6º | 0.75% | 0.39% | - |
| XYZ | 7.75 | 7.41 | 1.94 | - |
| YUV | 75.01 | 99.78 | 145.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 72 | 25 | 0 | 0.28 | 0.75 | 0.61 | 37.6 | 0.6 | 0.25 |
| Hex | 64 | 48 | 19 | 0 | 1C | 4B | 3D | 26 | 3C | 19 |
| Octal | 144 | 110 | 31 | 0 | 34 | 113 | 75 | 46 | 74 | 31 |
| Binary | 1100100 | 1001000 | 11001 | 0 | 11100 | 1001011 | 111101 | 100110 | 111100 | 11001 |
Color Harmonies of #644819
Complementary color
Monochromatic Colors of #644819
Black with #644819
Text Example
Text Example
White with #644819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644819; }
p { color: rgb(100,72,25); }
H1.HeaderClassName
{
color: #644819;
}
.AnyTagClassName
{
color: #644819;
}
</style>
background-color css
<style>
a { background-color: #644819; }
a { background-color: rgb(100,72,25); }
div.DivClassName
{
background-color: #644819;
}
.BgClassName
{
background-color: #644819;
}
</style>
border-color css
<style>
span { border-color: #644819; }
span { border-color: rgb(100,72,25); }
td.TdClassName
{
border-color: #644819;
}
.TagClassName
{
border-color: #644819;
}
</style>