Shades of Raw Umber #664E0B
Tints of Raw Umber #664E0B
RGB
CMYK
RGB Variations
Color information
#664E0B (or 0x664E0B) is known color: Raw Umber. HEX triplet: 66, 4E and 0B. RGB value is (102,78,11). Sum of RGB (Red+Green+Blue) = 102+78+11=191 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.40% from 191); Green value is 78 (30.86% from 255 or 40.84% from 191); Blue value is 11 (4.69% from 255 or 5.76% from 191); Max value from RGB is 102 - color contains mainly: red. Hex color #664E0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #664E0B is #99B1F4. Grayscale: #4D4D4D. Windows color (decimal): -10072565 or 740966. OLE color: 740966.
HSL color Cylindrical-coordinate representation of color #664E0B: hue angle of 44.18º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #664E0B is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 78 | 11 | - |
| CMYK | 0 | 0.24 | 0.89 | 0.6 |
| HSL | 44.18º | 0.81% | 0.22% | - |
| HSV(B) | 44.18º | 0.89% | 0.4% | - |
| XYZ | 8.26 | 8.3 | 1.48 | - |
| YUV | 77.54 | 90.45 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 78 | 11 | 0 | 0.24 | 0.89 | 0.6 | 44.18 | 0.81 | 0.22 |
| Hex | 66 | 4E | B | 0 | 18 | 59 | 3C | 2C | 51 | 16 |
| Octal | 146 | 116 | 13 | 0 | 30 | 131 | 74 | 54 | 121 | 26 |
| Binary | 1100110 | 1001110 | 1011 | 0 | 11000 | 1011001 | 111100 | 101100 | 1010001 | 10110 |
Color Harmonies of #664E0B
Complementary color
Monochromatic Colors of #664E0B
Black with #664E0B
Text Example
Text Example
White with #664E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664E0B; }
p { color: rgb(102,78,11); }
H1.HeaderClassName
{
color: #664E0B;
}
.AnyTagClassName
{
color: #664E0B;
}
</style>
background-color css
<style>
a { background-color: #664E0B; }
a { background-color: rgb(102,78,11); }
div.DivClassName
{
background-color: #664E0B;
}
.BgClassName
{
background-color: #664E0B;
}
</style>
border-color css
<style>
span { border-color: #664E0B; }
span { border-color: rgb(102,78,11); }
td.TdClassName
{
border-color: #664E0B;
}
.TagClassName
{
border-color: #664E0B;
}
</style>