Shades of Raw Umber #644A11
Tints of Raw Umber #644A11
RGB
CMYK
RGB Variations
Color information
#644A11 (or 0x644A11) is known color: Raw Umber. HEX triplet: 64, 4A and 11. RGB value is (100,74,17). Sum of RGB (Red+Green+Blue) = 100+74+17=191 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.36% from 191); Green value is 74 (29.30% from 255 or 38.74% from 191); Blue value is 17 (7.03% from 255 or 8.90% from 191); Max value from RGB is 100 - color contains mainly: red. Hex color #644A11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #644A11 is #9BB5EE. Grayscale: #4B4B4B. Windows color (decimal): -10204655 or 1133156. OLE color: 1133156.
HSL color Cylindrical-coordinate representation of color #644A11: hue angle of 41.2º 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 #644A11 is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 74 | 17 | - |
| CMYK | 0 | 0.26 | 0.83 | 0.61 |
| HSL | 41.2º | 0.71% | 0.23% | - |
| HSV(B) | 41.2º | 0.83% | 0.39% | - |
| XYZ | 7.81 | 7.65 | 1.6 | - |
| YUV | 75.28 | 95.11 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 74 | 17 | 0 | 0.26 | 0.83 | 0.61 | 41.2 | 0.71 | 0.23 |
| Hex | 64 | 4A | 11 | 0 | 1A | 53 | 3D | 29 | 47 | 17 |
| Octal | 144 | 112 | 21 | 0 | 32 | 123 | 75 | 51 | 107 | 27 |
| Binary | 1100100 | 1001010 | 10001 | 0 | 11010 | 1010011 | 111101 | 101001 | 1000111 | 10111 |
Color Harmonies of #644A11
Complementary color
Monochromatic Colors of #644A11
Black with #644A11
Text Example
Text Example
White with #644A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644A11; }
p { color: rgb(100,74,17); }
H1.HeaderClassName
{
color: #644A11;
}
.AnyTagClassName
{
color: #644A11;
}
</style>
background-color css
<style>
a { background-color: #644A11; }
a { background-color: rgb(100,74,17); }
div.DivClassName
{
background-color: #644A11;
}
.BgClassName
{
background-color: #644A11;
}
</style>
border-color css
<style>
span { border-color: #644A11; }
span { border-color: rgb(100,74,17); }
td.TdClassName
{
border-color: #644A11;
}
.TagClassName
{
border-color: #644A11;
}
</style>