Shades of Dark Brown #644111
Tints of Dark Brown #644111
RGB
CMYK
RGB Variations
Color information
#644111 (or 0x644111) is known color: Dark Brown. HEX triplet: 64, 41 and 11. RGB value is (100,65,17). Sum of RGB (Red+Green+Blue) = 100+65+17=182 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.95% from 182); Green value is 65 (25.78% from 255 or 35.71% from 182); Blue value is 17 (7.03% from 255 or 9.34% from 182); Max value from RGB is 100 - color contains mainly: red. Hex color #644111 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #644111 is #9BBEEE. Grayscale: #464646. Windows color (decimal): -10206959 or 1130852. OLE color: 1130852.
HSL color Cylindrical-coordinate representation of color #644111: hue angle of 34.7º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #644111 is Cyan = 0, Magento = 0.35, Yellow = 0.83 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 65 | 17 | - |
| CMYK | 0 | 0.35 | 0.83 | 0.61 |
| HSL | 34.7º | 0.71% | 0.23% | - |
| HSV(B) | 34.7º | 0.83% | 0.39% | - |
| XYZ | 7.25 | 6.53 | 1.41 | - |
| YUV | 69.99 | 98.1 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 65 | 17 | 0 | 0.35 | 0.83 | 0.61 | 34.7 | 0.71 | 0.23 |
| Hex | 64 | 41 | 11 | 0 | 23 | 53 | 3D | 23 | 47 | 17 |
| Octal | 144 | 101 | 21 | 0 | 43 | 123 | 75 | 43 | 107 | 27 |
| Binary | 1100100 | 1000001 | 10001 | 0 | 100011 | 1010011 | 111101 | 100011 | 1000111 | 10111 |
Color Harmonies of #644111
Complementary color
Monochromatic Colors of #644111
Black with #644111
Text Example
Text Example
White with #644111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644111; }
p { color: rgb(100,65,17); }
H1.HeaderClassName
{
color: #644111;
}
.AnyTagClassName
{
color: #644111;
}
</style>
background-color css
<style>
a { background-color: #644111; }
a { background-color: rgb(100,65,17); }
div.DivClassName
{
background-color: #644111;
}
.BgClassName
{
background-color: #644111;
}
</style>
border-color css
<style>
span { border-color: #644111; }
span { border-color: rgb(100,65,17); }
td.TdClassName
{
border-color: #644111;
}
.TagClassName
{
border-color: #644111;
}
</style>