Shades of Raw Umber #644813
Tints of Raw Umber #644813
RGB
CMYK
RGB Variations
Color information
#644813 (or 0x644813) is known color: Raw Umber. HEX triplet: 64, 48 and 13. RGB value is (100,72,19). Sum of RGB (Red+Green+Blue) = 100+72+19=191 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.36% from 191); Green value is 72 (28.52% from 255 or 37.70% from 191); Blue value is 19 (7.81% from 255 or 9.95% from 191); Max value from RGB is 100 - color contains mainly: red. Hex color #644813 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #644813 is #9BB7EC. Grayscale: #4A4A4A. Windows color (decimal): -10205165 or 1263716. OLE color: 1263716.
HSL color Cylindrical-coordinate representation of color #644813: hue angle of 39.26º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #644813 is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 72 | 19 | - |
| CMYK | 0 | 0.28 | 0.81 | 0.61 |
| HSL | 39.26º | 0.68% | 0.23% | - |
| HSV(B) | 39.26º | 0.81% | 0.39% | - |
| XYZ | 7.69 | 7.39 | 1.64 | - |
| YUV | 74.33 | 96.78 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 72 | 19 | 0 | 0.28 | 0.81 | 0.61 | 39.26 | 0.68 | 0.23 |
| Hex | 64 | 48 | 13 | 0 | 1C | 51 | 3D | 27 | 44 | 17 |
| Octal | 144 | 110 | 23 | 0 | 34 | 121 | 75 | 47 | 104 | 27 |
| Binary | 1100100 | 1001000 | 10011 | 0 | 11100 | 1010001 | 111101 | 100111 | 1000100 | 10111 |
Color Harmonies of #644813
Complementary color
Monochromatic Colors of #644813
Black with #644813
Text Example
Text Example
White with #644813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644813; }
p { color: rgb(100,72,19); }
H1.HeaderClassName
{
color: #644813;
}
.AnyTagClassName
{
color: #644813;
}
</style>
background-color css
<style>
a { background-color: #644813; }
a { background-color: rgb(100,72,19); }
div.DivClassName
{
background-color: #644813;
}
.BgClassName
{
background-color: #644813;
}
</style>
border-color css
<style>
span { border-color: #644813; }
span { border-color: rgb(100,72,19); }
td.TdClassName
{
border-color: #644813;
}
.TagClassName
{
border-color: #644813;
}
</style>