Shades of Dark Brown #644719
Tints of Dark Brown #644719
RGB
CMYK
RGB Variations
Color information
#644719 (or 0x644719) is known color: Dark Brown. HEX triplet: 64, 47 and 19. RGB value is (100,71,25). Sum of RGB (Red+Green+Blue) = 100+71+25=196 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.02% from 196); Green value is 71 (28.12% from 255 or 36.22% from 196); Blue value is 25 (10.16% from 255 or 12.76% from 196); Max value from RGB is 100 - color contains mainly: red. Hex color #644719 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #644719 is #9BB8E6. Grayscale: #4A4A4A. Windows color (decimal): -10205415 or 1656676. OLE color: 1656676.
HSL color Cylindrical-coordinate representation of color #644719: hue angle of 36.8º 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 #644719 is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 71 | 25 | - |
| CMYK | 0 | 0.29 | 0.75 | 0.61 |
| HSL | 36.8º | 0.6% | 0.25% | - |
| HSV(B) | 36.8º | 0.75% | 0.39% | - |
| XYZ | 7.68 | 7.29 | 1.92 | - |
| YUV | 74.43 | 100.11 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 71 | 25 | 0 | 0.29 | 0.75 | 0.61 | 36.8 | 0.6 | 0.25 |
| Hex | 64 | 47 | 19 | 0 | 1D | 4B | 3D | 25 | 3C | 19 |
| Octal | 144 | 107 | 31 | 0 | 35 | 113 | 75 | 45 | 74 | 31 |
| Binary | 1100100 | 1000111 | 11001 | 0 | 11101 | 1001011 | 111101 | 100101 | 111100 | 11001 |
Color Harmonies of #644719
Complementary color
Monochromatic Colors of #644719
Black with #644719
Text Example
Text Example
White with #644719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644719; }
p { color: rgb(100,71,25); }
H1.HeaderClassName
{
color: #644719;
}
.AnyTagClassName
{
color: #644719;
}
</style>
background-color css
<style>
a { background-color: #644719; }
a { background-color: rgb(100,71,25); }
div.DivClassName
{
background-color: #644719;
}
.BgClassName
{
background-color: #644719;
}
</style>
border-color css
<style>
span { border-color: #644719; }
span { border-color: rgb(100,71,25); }
td.TdClassName
{
border-color: #644719;
}
.TagClassName
{
border-color: #644719;
}
</style>