Shades of Raw Umber #644E0A
Tints of Raw Umber #644E0A
RGB
CMYK
RGB Variations
Color information
#644E0A (or 0x644E0A) is known color: Raw Umber. HEX triplet: 64, 4E and 0A. RGB value is (100,78,10). Sum of RGB (Red+Green+Blue) = 100+78+10=188 (24% of max value = 765). Red value is 100 (39.45% from 255 or 53.19% from 188); Green value is 78 (30.86% from 255 or 41.49% from 188); Blue value is 10 (4.30% from 255 or 5.32% from 188); Max value from RGB is 100 - color contains mainly: red. Hex color #644E0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #644E0A is #9BB1F5. Grayscale: #4D4D4D. Windows color (decimal): -10203638 or 675428. OLE color: 675428.
HSL color Cylindrical-coordinate representation of color #644E0A: hue angle of 45.33º 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 #644E0A is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 78 | 10 | - |
| CMYK | 0 | 0.22 | 0.90 | 0.61 |
| HSL | 45.33º | 0.82% | 0.22% | - |
| HSV(B) | 45.33º | 0.9% | 0.39% | - |
| XYZ | 8.03 | 8.18 | 1.44 | - |
| YUV | 76.83 | 90.29 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 78 | 10 | 0 | 0.22 | 0.90 | 0.61 | 45.33 | 0.82 | 0.22 |
| Hex | 64 | 4E | A | 0 | 16 | 5A | 3D | 2D | 52 | 16 |
| Octal | 144 | 116 | 12 | 0 | 26 | 132 | 75 | 55 | 122 | 26 |
| Binary | 1100100 | 1001110 | 1010 | 0 | 10110 | 1011010 | 111101 | 101101 | 1010010 | 10110 |
Color Harmonies of #644E0A
Complementary color
Monochromatic Colors of #644E0A
Black with #644E0A
Text Example
Text Example
White with #644E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644E0A; }
p { color: rgb(100,78,10); }
H1.HeaderClassName
{
color: #644E0A;
}
.AnyTagClassName
{
color: #644E0A;
}
</style>
background-color css
<style>
a { background-color: #644E0A; }
a { background-color: rgb(100,78,10); }
div.DivClassName
{
background-color: #644E0A;
}
.BgClassName
{
background-color: #644E0A;
}
</style>
border-color css
<style>
span { border-color: #644E0A; }
span { border-color: rgb(100,78,10); }
td.TdClassName
{
border-color: #644E0A;
}
.TagClassName
{
border-color: #644E0A;
}
</style>