Shades of Raw Umber #644F0F
Tints of Raw Umber #644F0F
RGB
CMYK
RGB Variations
Color information
#644F0F (or 0x644F0F) is known color: Raw Umber. HEX triplet: 64, 4F and 0F. RGB value is (100,79,15). Sum of RGB (Red+Green+Blue) = 100+79+15=194 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.55% from 194); Green value is 79 (31.25% from 255 or 40.72% from 194); Blue value is 15 (6.25% from 255 or 7.73% from 194); Max value from RGB is 100 - color contains mainly: red. Hex color #644F0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #644F0F is #9BB0F0. Grayscale: #4E4E4E. Windows color (decimal): -10203377 or 1003364. OLE color: 1003364.
HSL color Cylindrical-coordinate representation of color #644F0F: hue angle of 45.18º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #644F0F is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 79 | 15 | - |
| CMYK | 0 | 0.21 | 0.85 | 0.61 |
| HSL | 45.18º | 0.74% | 0.23% | - |
| HSV(B) | 45.18º | 0.85% | 0.39% | - |
| XYZ | 8.14 | 8.34 | 1.63 | - |
| YUV | 77.98 | 92.46 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 79 | 15 | 0 | 0.21 | 0.85 | 0.61 | 45.18 | 0.74 | 0.23 |
| Hex | 64 | 4F | F | 0 | 15 | 55 | 3D | 2D | 4A | 17 |
| Octal | 144 | 117 | 17 | 0 | 25 | 125 | 75 | 55 | 112 | 27 |
| Binary | 1100100 | 1001111 | 1111 | 0 | 10101 | 1010101 | 111101 | 101101 | 1001010 | 10111 |
Color Harmonies of #644F0F
Complementary color
Monochromatic Colors of #644F0F
Black with #644F0F
Text Example
Text Example
White with #644F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644F0F; }
p { color: rgb(100,79,15); }
H1.HeaderClassName
{
color: #644F0F;
}
.AnyTagClassName
{
color: #644F0F;
}
</style>
background-color css
<style>
a { background-color: #644F0F; }
a { background-color: rgb(100,79,15); }
div.DivClassName
{
background-color: #644F0F;
}
.BgClassName
{
background-color: #644F0F;
}
</style>
border-color css
<style>
span { border-color: #644F0F; }
span { border-color: rgb(100,79,15); }
td.TdClassName
{
border-color: #644F0F;
}
.TagClassName
{
border-color: #644F0F;
}
</style>