Shades of Raw Umber #644C16
Tints of Raw Umber #644C16
RGB
CMYK
RGB Variations
Color information
#644C16 (or 0x644C16) is known color: Raw Umber. HEX triplet: 64, 4C and 16. RGB value is (100,76,22). Sum of RGB (Red+Green+Blue) = 100+76+22=198 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50.51% from 198); Green value is 76 (30.08% from 255 or 38.38% from 198); Blue value is 22 (8.98% from 255 or 11.11% from 198); Max value from RGB is 100 - color contains mainly: red. Hex color #644C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #644C16 is #9BB3E9. Grayscale: #4D4D4D. Windows color (decimal): -10204138 or 1461348. OLE color: 1461348.
HSL color Cylindrical-coordinate representation of color #644C16: hue angle of 41.54º 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 #644C16 is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 76 | 22 | - |
| CMYK | 0 | 0.24 | 0.78 | 0.61 |
| HSL | 41.54º | 0.64% | 0.24% | - |
| HSV(B) | 41.54º | 0.78% | 0.39% | - |
| XYZ | 7.98 | 7.94 | 1.87 | - |
| YUV | 77.02 | 96.95 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 76 | 22 | 0 | 0.24 | 0.78 | 0.61 | 41.54 | 0.64 | 0.24 |
| Hex | 64 | 4C | 16 | 0 | 18 | 4E | 3D | 2A | 40 | 18 |
| Octal | 144 | 114 | 26 | 0 | 30 | 116 | 75 | 52 | 100 | 30 |
| Binary | 1100100 | 1001100 | 10110 | 0 | 11000 | 1001110 | 111101 | 101010 | 1000000 | 11000 |
Color Harmonies of #644C16
Complementary color
Monochromatic Colors of #644C16
Black with #644C16
Text Example
Text Example
White with #644C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644C16; }
p { color: rgb(100,76,22); }
H1.HeaderClassName
{
color: #644C16;
}
.AnyTagClassName
{
color: #644C16;
}
</style>
background-color css
<style>
a { background-color: #644C16; }
a { background-color: rgb(100,76,22); }
div.DivClassName
{
background-color: #644C16;
}
.BgClassName
{
background-color: #644C16;
}
</style>
border-color css
<style>
span { border-color: #644C16; }
span { border-color: rgb(100,76,22); }
td.TdClassName
{
border-color: #644C16;
}
.TagClassName
{
border-color: #644C16;
}
</style>