Shades of Dark Brown #644725
Tints of Dark Brown #644725
RGB
CMYK
RGB Variations
Color information
#644725 (or 0x644725) is known color: Dark Brown. HEX triplet: 64, 47 and 25. RGB value is (100,71,37). Sum of RGB (Red+Green+Blue) = 100+71+37=208 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.08% from 208); Green value is 71 (28.12% from 255 or 34.13% from 208); Blue value is 37 (14.84% from 255 or 17.79% from 208); Max value from RGB is 100 - color contains mainly: red. Hex color #644725 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644725 is #9BB8DA. Grayscale: #4B4B4B. Windows color (decimal): -10205403 or 2443108. OLE color: 2443108.
HSL color Cylindrical-coordinate representation of color #644725: hue angle of 32.38º 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 #644725 is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 71 | 37 | - |
| CMYK | 0 | 0.29 | 0.63 | 0.61 |
| HSL | 32.38º | 0.46% | 0.27% | - |
| HSV(B) | 32.38º | 0.63% | 0.39% | - |
| XYZ | 7.84 | 7.35 | 2.76 | - |
| YUV | 75.8 | 106.11 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 71 | 37 | 0 | 0.29 | 0.63 | 0.61 | 32.38 | 0.46 | 0.27 |
| Hex | 64 | 47 | 25 | 0 | 1D | 3F | 3D | 20 | 2E | 1B |
| Octal | 144 | 107 | 45 | 0 | 35 | 77 | 75 | 40 | 56 | 33 |
| Binary | 1100100 | 1000111 | 100101 | 0 | 11101 | 111111 | 111101 | 100000 | 101110 | 11011 |
Color Harmonies of #644725
Complementary color
Monochromatic Colors of #644725
Black with #644725
Text Example
Text Example
White with #644725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644725; }
p { color: rgb(100,71,37); }
H1.HeaderClassName
{
color: #644725;
}
.AnyTagClassName
{
color: #644725;
}
</style>
background-color css
<style>
a { background-color: #644725; }
a { background-color: rgb(100,71,37); }
div.DivClassName
{
background-color: #644725;
}
.BgClassName
{
background-color: #644725;
}
</style>
border-color css
<style>
span { border-color: #644725; }
span { border-color: rgb(100,71,37); }
td.TdClassName
{
border-color: #644725;
}
.TagClassName
{
border-color: #644725;
}
</style>