Shades of Raw Umber #644E0B
Tints of Raw Umber #644E0B
RGB
CMYK
RGB Variations
Color information
#644E0B (or 0x644E0B) is known color: Raw Umber. HEX triplet: 64, 4E and 0B. RGB value is (100,78,11). Sum of RGB (Red+Green+Blue) = 100+78+11=189 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.91% from 189); Green value is 78 (30.86% from 255 or 41.27% from 189); Blue value is 11 (4.69% from 255 or 5.82% from 189); Max value from RGB is 100 - color contains mainly: red. Hex color #644E0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #644E0B is #9BB1F4. Grayscale: #4D4D4D. Windows color (decimal): -10203637 or 740964. OLE color: 740964.
HSL color Cylindrical-coordinate representation of color #644E0B: hue angle of 45.17º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #644E0B is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 78 | 11 | - |
| CMYK | 0 | 0.22 | 0.89 | 0.61 |
| HSL | 45.17º | 0.8% | 0.22% | - |
| HSV(B) | 45.17º | 0.89% | 0.39% | - |
| XYZ | 8.04 | 8.18 | 1.47 | - |
| YUV | 76.94 | 90.79 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 78 | 11 | 0 | 0.22 | 0.89 | 0.61 | 45.17 | 0.8 | 0.22 |
| Hex | 64 | 4E | B | 0 | 16 | 59 | 3D | 2D | 50 | 16 |
| Octal | 144 | 116 | 13 | 0 | 26 | 131 | 75 | 55 | 120 | 26 |
| Binary | 1100100 | 1001110 | 1011 | 0 | 10110 | 1011001 | 111101 | 101101 | 1010000 | 10110 |
Color Harmonies of #644E0B
Complementary color
Monochromatic Colors of #644E0B
Black with #644E0B
Text Example
Text Example
White with #644E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644E0B; }
p { color: rgb(100,78,11); }
H1.HeaderClassName
{
color: #644E0B;
}
.AnyTagClassName
{
color: #644E0B;
}
</style>
background-color css
<style>
a { background-color: #644E0B; }
a { background-color: rgb(100,78,11); }
div.DivClassName
{
background-color: #644E0B;
}
.BgClassName
{
background-color: #644E0B;
}
</style>
border-color css
<style>
span { border-color: #644E0B; }
span { border-color: rgb(100,78,11); }
td.TdClassName
{
border-color: #644E0B;
}
.TagClassName
{
border-color: #644E0B;
}
</style>