Shades of Raw Umber #644B11
Tints of Raw Umber #644B11
RGB
CMYK
RGB Variations
Color information
#644B11 (or 0x644B11) is known color: Raw Umber. HEX triplet: 64, 4B and 11. RGB value is (100,75,17). Sum of RGB (Red+Green+Blue) = 100+75+17=192 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.08% from 192); Green value is 75 (29.69% from 255 or 39.06% from 192); Blue value is 17 (7.03% from 255 or 8.85% from 192); Max value from RGB is 100 - color contains mainly: red. Hex color #644B11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #644B11 is #9BB4EE. Grayscale: #4C4C4C. Windows color (decimal): -10204399 or 1133412. OLE color: 1133412.
HSL color Cylindrical-coordinate representation of color #644B11: hue angle of 41.93º 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 #644B11 is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 75 | 17 | - |
| CMYK | 0 | 0.25 | 0.83 | 0.61 |
| HSL | 41.93º | 0.71% | 0.23% | - |
| HSV(B) | 41.93º | 0.83% | 0.39% | - |
| XYZ | 7.87 | 7.78 | 1.62 | - |
| YUV | 75.86 | 94.78 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 75 | 17 | 0 | 0.25 | 0.83 | 0.61 | 41.93 | 0.71 | 0.23 |
| Hex | 64 | 4B | 11 | 0 | 19 | 53 | 3D | 2A | 47 | 17 |
| Octal | 144 | 113 | 21 | 0 | 31 | 123 | 75 | 52 | 107 | 27 |
| Binary | 1100100 | 1001011 | 10001 | 0 | 11001 | 1010011 | 111101 | 101010 | 1000111 | 10111 |
Color Harmonies of #644B11
Complementary color
Monochromatic Colors of #644B11
Black with #644B11
Text Example
Text Example
White with #644B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644B11; }
p { color: rgb(100,75,17); }
H1.HeaderClassName
{
color: #644B11;
}
.AnyTagClassName
{
color: #644B11;
}
</style>
background-color css
<style>
a { background-color: #644B11; }
a { background-color: rgb(100,75,17); }
div.DivClassName
{
background-color: #644B11;
}
.BgClassName
{
background-color: #644B11;
}
</style>
border-color css
<style>
span { border-color: #644B11; }
span { border-color: rgb(100,75,17); }
td.TdClassName
{
border-color: #644B11;
}
.TagClassName
{
border-color: #644B11;
}
</style>