Shades of Raw Umber #644B16
Tints of Raw Umber #644B16
RGB
CMYK
RGB Variations
Color information
#644B16 (or 0x644B16) is known color: Raw Umber. HEX triplet: 64, 4B and 16. RGB value is (100,75,22). Sum of RGB (Red+Green+Blue) = 100+75+22=197 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50.76% from 197); Green value is 75 (29.69% from 255 or 38.07% from 197); Blue value is 22 (8.98% from 255 or 11.17% from 197); Max value from RGB is 100 - color contains mainly: red. Hex color #644B16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #644B16 is #9BB4E9. Grayscale: #4C4C4C. Windows color (decimal): -10204394 or 1461092. OLE color: 1461092.
HSL color Cylindrical-coordinate representation of color #644B16: hue angle of 40.77º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #644B16 is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 75 | 22 | - |
| CMYK | 0 | 0.25 | 0.78 | 0.61 |
| HSL | 40.77º | 0.64% | 0.24% | - |
| HSV(B) | 40.77º | 0.78% | 0.39% | - |
| XYZ | 7.92 | 7.8 | 1.85 | - |
| YUV | 76.43 | 97.28 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 75 | 22 | 0 | 0.25 | 0.78 | 0.61 | 40.77 | 0.64 | 0.24 |
| Hex | 64 | 4B | 16 | 0 | 19 | 4E | 3D | 29 | 40 | 18 |
| Octal | 144 | 113 | 26 | 0 | 31 | 116 | 75 | 51 | 100 | 30 |
| Binary | 1100100 | 1001011 | 10110 | 0 | 11001 | 1001110 | 111101 | 101001 | 1000000 | 11000 |
Color Harmonies of #644B16
Complementary color
Monochromatic Colors of #644B16
Black with #644B16
Text Example
Text Example
White with #644B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644B16; }
p { color: rgb(100,75,22); }
H1.HeaderClassName
{
color: #644B16;
}
.AnyTagClassName
{
color: #644B16;
}
</style>
background-color css
<style>
a { background-color: #644B16; }
a { background-color: rgb(100,75,22); }
div.DivClassName
{
background-color: #644B16;
}
.BgClassName
{
background-color: #644B16;
}
</style>
border-color css
<style>
span { border-color: #644B16; }
span { border-color: rgb(100,75,22); }
td.TdClassName
{
border-color: #644B16;
}
.TagClassName
{
border-color: #644B16;
}
</style>