Shades of Dark Brown #644722
Tints of Dark Brown #644722
RGB
CMYK
RGB Variations
Color information
#644722 (or 0x644722) is known color: Dark Brown. HEX triplet: 64, 47 and 22. RGB value is (100,71,34). Sum of RGB (Red+Green+Blue) = 100+71+34=205 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.78% from 205); Green value is 71 (28.12% from 255 or 34.63% from 205); Blue value is 34 (13.67% from 255 or 16.59% from 205); Max value from RGB is 100 - color contains mainly: red. Hex color #644722 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644722 is #9BB8DD. Grayscale: #4B4B4B. Windows color (decimal): -10205406 or 2246500. OLE color: 2246500.
HSL color Cylindrical-coordinate representation of color #644722: hue angle of 33.64º degrees, saturation: 0.49, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #644722 is Cyan = 0, Magento = 0.29, Yellow = 0.66 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 71 | 34 | - |
| CMYK | 0 | 0.29 | 0.66 | 0.61 |
| HSL | 33.64º | 0.49% | 0.26% | - |
| HSV(B) | 33.64º | 0.66% | 0.39% | - |
| XYZ | 7.8 | 7.33 | 2.52 | - |
| YUV | 75.45 | 104.61 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 71 | 34 | 0 | 0.29 | 0.66 | 0.61 | 33.64 | 0.49 | 0.26 |
| Hex | 64 | 47 | 22 | 0 | 1D | 42 | 3D | 22 | 31 | 1A |
| Octal | 144 | 107 | 42 | 0 | 35 | 102 | 75 | 42 | 61 | 32 |
| Binary | 1100100 | 1000111 | 100010 | 0 | 11101 | 1000010 | 111101 | 100010 | 110001 | 11010 |
Color Harmonies of #644722
Complementary color
Monochromatic Colors of #644722
Black with #644722
Text Example
Text Example
White with #644722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644722; }
p { color: rgb(100,71,34); }
H1.HeaderClassName
{
color: #644722;
}
.AnyTagClassName
{
color: #644722;
}
</style>
background-color css
<style>
a { background-color: #644722; }
a { background-color: rgb(100,71,34); }
div.DivClassName
{
background-color: #644722;
}
.BgClassName
{
background-color: #644722;
}
</style>
border-color css
<style>
span { border-color: #644722; }
span { border-color: rgb(100,71,34); }
td.TdClassName
{
border-color: #644722;
}
.TagClassName
{
border-color: #644722;
}
</style>