Shades of Raw Umber #644110
Tints of Raw Umber #644110
RGB
CMYK
RGB Variations
Color information
#644110 (or 0x644110) is known color: Raw Umber. HEX triplet: 64, 41 and 10. RGB value is (100,65,16). Sum of RGB (Red+Green+Blue) = 100+65+16=181 (23% of max value = 765). Red value is 100 (39.45% from 255 or 55.25% from 181); Green value is 65 (25.78% from 255 or 35.91% from 181); Blue value is 16 (6.64% from 255 or 8.84% from 181); Max value from RGB is 100 - color contains mainly: red. Hex color #644110 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #644110 is #9BBEEF. Grayscale: #464646. Windows color (decimal): -10206960 or 1065316. OLE color: 1065316.
HSL color Cylindrical-coordinate representation of color #644110: hue angle of 35º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #644110 is Cyan = 0, Magento = 0.35, Yellow = 0.84 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 65 | 16 | - |
| CMYK | 0 | 0.35 | 0.84 | 0.61 |
| HSL | 35º | 0.72% | 0.23% | - |
| HSV(B) | 35º | 0.84% | 0.39% | - |
| XYZ | 7.24 | 6.53 | 1.37 | - |
| YUV | 69.88 | 97.6 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 65 | 16 | 0 | 0.35 | 0.84 | 0.61 | 35 | 0.72 | 0.23 |
| Hex | 64 | 41 | 10 | 0 | 23 | 54 | 3D | 23 | 48 | 17 |
| Octal | 144 | 101 | 20 | 0 | 43 | 124 | 75 | 43 | 110 | 27 |
| Binary | 1100100 | 1000001 | 10000 | 0 | 100011 | 1010100 | 111101 | 100011 | 1001000 | 10111 |
Color Harmonies of #644110
Complementary color
Monochromatic Colors of #644110
Black with #644110
Text Example
Text Example
White with #644110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644110; }
p { color: rgb(100,65,16); }
H1.HeaderClassName
{
color: #644110;
}
.AnyTagClassName
{
color: #644110;
}
</style>
background-color css
<style>
a { background-color: #644110; }
a { background-color: rgb(100,65,16); }
div.DivClassName
{
background-color: #644110;
}
.BgClassName
{
background-color: #644110;
}
</style>
border-color css
<style>
span { border-color: #644110; }
span { border-color: rgb(100,65,16); }
td.TdClassName
{
border-color: #644110;
}
.TagClassName
{
border-color: #644110;
}
</style>