Shades of Raw Umber #644C05
Tints of Raw Umber #644C05
RGB
CMYK
RGB Variations
Color information
#644C05 (or 0x644C05) is known color: Raw Umber. HEX triplet: 64, 4C and 05. RGB value is (100,76,5). Sum of RGB (Red+Green+Blue) = 100+76+5=181 (23% of max value = 765). Red value is 100 (39.45% from 255 or 55.25% from 181); Green value is 76 (30.08% from 255 or 41.99% from 181); Blue value is 5 (2.34% from 255 or 2.76% from 181); Max value from RGB is 100 - color contains mainly: red. Hex color #644C05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #644C05 is #9BB3FA. Grayscale: #4B4B4B. Windows color (decimal): -10204155 or 347236. OLE color: 347236.
HSL color Cylindrical-coordinate representation of color #644C05: hue angle of 44.84º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #644C05 is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 76 | 5 | - |
| CMYK | 0 | 0.24 | 0.95 | 0.61 |
| HSL | 44.84º | 0.9% | 0.21% | - |
| HSV(B) | 44.84º | 0.95% | 0.39% | - |
| XYZ | 7.87 | 7.89 | 1.25 | - |
| YUV | 75.08 | 88.45 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 76 | 5 | 0 | 0.24 | 0.95 | 0.61 | 44.84 | 0.9 | 0.21 |
| Hex | 64 | 4C | 5 | 0 | 18 | 5F | 3D | 2D | 5A | 15 |
| Octal | 144 | 114 | 5 | 0 | 30 | 137 | 75 | 55 | 132 | 25 |
| Binary | 1100100 | 1001100 | 101 | 0 | 11000 | 1011111 | 111101 | 101101 | 1011010 | 10101 |
Color Harmonies of #644C05
Complementary color
Monochromatic Colors of #644C05
Black with #644C05
Text Example
Text Example
White with #644C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644C05; }
p { color: rgb(100,76,5); }
H1.HeaderClassName
{
color: #644C05;
}
.AnyTagClassName
{
color: #644C05;
}
</style>
background-color css
<style>
a { background-color: #644C05; }
a { background-color: rgb(100,76,5); }
div.DivClassName
{
background-color: #644C05;
}
.BgClassName
{
background-color: #644C05;
}
</style>
border-color css
<style>
span { border-color: #644C05; }
span { border-color: rgb(100,76,5); }
td.TdClassName
{
border-color: #644C05;
}
.TagClassName
{
border-color: #644C05;
}
</style>