Shades of Dark Brown #644425
Tints of Dark Brown #644425
RGB
CMYK
RGB Variations
Color information
#644425 (or 0x644425) is known color: Dark Brown. HEX triplet: 64, 44 and 25. RGB value is (100,68,37). Sum of RGB (Red+Green+Blue) = 100+68+37=205 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.78% from 205); Green value is 68 (26.95% from 255 or 33.17% from 205); Blue value is 37 (14.84% from 255 or 18.05% from 205); Max value from RGB is 100 - color contains mainly: red. Hex color #644425 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644425 is #9BBBDA. Grayscale: #4A4A4A. Windows color (decimal): -10206171 or 2442340. OLE color: 2442340.
HSL color Cylindrical-coordinate representation of color #644425: hue angle of 29.52º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #644425 is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 68 | 37 | - |
| CMYK | 0 | 0.32 | 0.63 | 0.61 |
| HSL | 29.52º | 0.46% | 0.27% | - |
| HSV(B) | 29.52º | 0.63% | 0.39% | - |
| XYZ | 7.66 | 6.98 | 2.69 | - |
| YUV | 74.03 | 107.1 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 68 | 37 | 0 | 0.32 | 0.63 | 0.61 | 29.52 | 0.46 | 0.27 |
| Hex | 64 | 44 | 25 | 0 | 20 | 3F | 3D | 1E | 2E | 1B |
| Octal | 144 | 104 | 45 | 0 | 40 | 77 | 75 | 36 | 56 | 33 |
| Binary | 1100100 | 1000100 | 100101 | 0 | 100000 | 111111 | 111101 | 11110 | 101110 | 11011 |
Color Harmonies of #644425
Complementary color
Monochromatic Colors of #644425
Black with #644425
Text Example
Text Example
White with #644425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644425; }
p { color: rgb(100,68,37); }
H1.HeaderClassName
{
color: #644425;
}
.AnyTagClassName
{
color: #644425;
}
</style>
background-color css
<style>
a { background-color: #644425; }
a { background-color: rgb(100,68,37); }
div.DivClassName
{
background-color: #644425;
}
.BgClassName
{
background-color: #644425;
}
</style>
border-color css
<style>
span { border-color: #644425; }
span { border-color: rgb(100,68,37); }
td.TdClassName
{
border-color: #644425;
}
.TagClassName
{
border-color: #644425;
}
</style>