Shades of Raw Umber #644E13
Tints of Raw Umber #644E13
RGB
CMYK
RGB Variations
Color information
#644E13 (or 0x644E13) is known color: Raw Umber. HEX triplet: 64, 4E and 13. RGB value is (100,78,19). Sum of RGB (Red+Green+Blue) = 100+78+19=197 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50.76% from 197); Green value is 78 (30.86% from 255 or 39.59% from 197); Blue value is 19 (7.81% from 255 or 9.64% from 197); Max value from RGB is 100 - color contains mainly: red. Hex color #644E13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #644E13 is #9BB1EC. Grayscale: #4E4E4E. Windows color (decimal): -10203629 or 1265252. OLE color: 1265252.
HSL color Cylindrical-coordinate representation of color #644E13: hue angle of 43.7º 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 #644E13 is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 78 | 19 | - |
| CMYK | 0 | 0.22 | 0.81 | 0.61 |
| HSL | 43.7º | 0.68% | 0.23% | - |
| HSV(B) | 43.7º | 0.81% | 0.39% | - |
| XYZ | 8.1 | 8.21 | 1.77 | - |
| YUV | 77.85 | 94.79 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 78 | 19 | 0 | 0.22 | 0.81 | 0.61 | 43.7 | 0.68 | 0.23 |
| Hex | 64 | 4E | 13 | 0 | 16 | 51 | 3D | 2C | 44 | 17 |
| Octal | 144 | 116 | 23 | 0 | 26 | 121 | 75 | 54 | 104 | 27 |
| Binary | 1100100 | 1001110 | 10011 | 0 | 10110 | 1010001 | 111101 | 101100 | 1000100 | 10111 |
Color Harmonies of #644E13
Complementary color
Monochromatic Colors of #644E13
Black with #644E13
Text Example
Text Example
White with #644E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644E13; }
p { color: rgb(100,78,19); }
H1.HeaderClassName
{
color: #644E13;
}
.AnyTagClassName
{
color: #644E13;
}
</style>
background-color css
<style>
a { background-color: #644E13; }
a { background-color: rgb(100,78,19); }
div.DivClassName
{
background-color: #644E13;
}
.BgClassName
{
background-color: #644E13;
}
</style>
border-color css
<style>
span { border-color: #644E13; }
span { border-color: rgb(100,78,19); }
td.TdClassName
{
border-color: #644E13;
}
.TagClassName
{
border-color: #644E13;
}
</style>