Shades of Raw Umber #644F0A
Tints of Raw Umber #644F0A
RGB
CMYK
RGB Variations
Color information
#644F0A (or 0x644F0A) is known color: Raw Umber. HEX triplet: 64, 4F and 0A. RGB value is (100,79,10). Sum of RGB (Red+Green+Blue) = 100+79+10=189 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.91% from 189); Green value is 79 (31.25% from 255 or 41.80% from 189); Blue value is 10 (4.30% from 255 or 5.29% from 189); Max value from RGB is 100 - color contains mainly: red. Hex color #644F0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #644F0A is #9BB0F5. Grayscale: #4D4D4D. Windows color (decimal): -10203382 or 675684. OLE color: 675684.
HSL color Cylindrical-coordinate representation of color #644F0A: hue angle of 46º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #644F0A is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 79 | 10 | - |
| CMYK | 0 | 0.21 | 0.90 | 0.61 |
| HSL | 46º | 0.82% | 0.22% | - |
| HSV(B) | 46º | 0.9% | 0.39% | - |
| XYZ | 8.11 | 8.32 | 1.47 | - |
| YUV | 77.41 | 89.96 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 79 | 10 | 0 | 0.21 | 0.90 | 0.61 | 46 | 0.82 | 0.22 |
| Hex | 64 | 4F | A | 0 | 15 | 5A | 3D | 2E | 52 | 16 |
| Octal | 144 | 117 | 12 | 0 | 25 | 132 | 75 | 56 | 122 | 26 |
| Binary | 1100100 | 1001111 | 1010 | 0 | 10101 | 1011010 | 111101 | 101110 | 1010010 | 10110 |
Color Harmonies of #644F0A
Complementary color
Monochromatic Colors of #644F0A
Black with #644F0A
Text Example
Text Example
White with #644F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644F0A; }
p { color: rgb(100,79,10); }
H1.HeaderClassName
{
color: #644F0A;
}
.AnyTagClassName
{
color: #644F0A;
}
</style>
background-color css
<style>
a { background-color: #644F0A; }
a { background-color: rgb(100,79,10); }
div.DivClassName
{
background-color: #644F0A;
}
.BgClassName
{
background-color: #644F0A;
}
</style>
border-color css
<style>
span { border-color: #644F0A; }
span { border-color: rgb(100,79,10); }
td.TdClassName
{
border-color: #644F0A;
}
.TagClassName
{
border-color: #644F0A;
}
</style>