Shades of Dark Brown #644622
Tints of Dark Brown #644622
RGB
CMYK
RGB Variations
Color information
#644622 (or 0x644622) is known color: Dark Brown. HEX triplet: 64, 46 and 22. RGB value is (100,70,34). Sum of RGB (Red+Green+Blue) = 100+70+34=204 (27% of max value = 765). Red value is 100 (39.45% from 255 or 49.02% from 204); Green value is 70 (27.73% from 255 or 34.31% from 204); Blue value is 34 (13.67% from 255 or 16.67% from 204); Max value from RGB is 100 - color contains mainly: red. Hex color #644622 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644622 is #9BB9DD. Grayscale: #4B4B4B. Windows color (decimal): -10205662 or 2246244. OLE color: 2246244.
HSL color Cylindrical-coordinate representation of color #644622: hue angle of 32.73º 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 #644622 is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 70 | 34 | - |
| CMYK | 0 | 0.30 | 0.66 | 0.61 |
| HSL | 32.73º | 0.49% | 0.26% | - |
| HSV(B) | 32.73º | 0.66% | 0.39% | - |
| XYZ | 7.73 | 7.21 | 2.5 | - |
| YUV | 74.87 | 104.94 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 70 | 34 | 0 | 0.30 | 0.66 | 0.61 | 32.73 | 0.49 | 0.26 |
| Hex | 64 | 46 | 22 | 0 | 1E | 42 | 3D | 21 | 31 | 1A |
| Octal | 144 | 106 | 42 | 0 | 36 | 102 | 75 | 41 | 61 | 32 |
| Binary | 1100100 | 1000110 | 100010 | 0 | 11110 | 1000010 | 111101 | 100001 | 110001 | 11010 |
Color Harmonies of #644622
Complementary color
Monochromatic Colors of #644622
Black with #644622
Text Example
Text Example
White with #644622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644622; }
p { color: rgb(100,70,34); }
H1.HeaderClassName
{
color: #644622;
}
.AnyTagClassName
{
color: #644622;
}
</style>
background-color css
<style>
a { background-color: #644622; }
a { background-color: rgb(100,70,34); }
div.DivClassName
{
background-color: #644622;
}
.BgClassName
{
background-color: #644622;
}
</style>
border-color css
<style>
span { border-color: #644622; }
span { border-color: rgb(100,70,34); }
td.TdClassName
{
border-color: #644622;
}
.TagClassName
{
border-color: #644622;
}
</style>