Shades of Raw Umber #664E0A
Tints of Raw Umber #664E0A
RGB
CMYK
RGB Variations
Color information
#664E0A (or 0x664E0A) is known color: Raw Umber. HEX triplet: 66, 4E and 0A. RGB value is (102,78,10). Sum of RGB (Red+Green+Blue) = 102+78+10=190 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.68% from 190); Green value is 78 (30.86% from 255 or 41.05% from 190); Blue value is 10 (4.30% from 255 or 5.26% from 190); Max value from RGB is 102 - color contains mainly: red. Hex color #664E0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #664E0A is #99B1F5. Grayscale: #4D4D4D. Windows color (decimal): -10072566 or 675430. OLE color: 675430.
HSL color Cylindrical-coordinate representation of color #664E0A: hue angle of 44.35º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #664E0A is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 78 | 10 | - |
| CMYK | 0 | 0.24 | 0.90 | 0.6 |
| HSL | 44.35º | 0.82% | 0.22% | - |
| HSV(B) | 44.35º | 0.9% | 0.4% | - |
| XYZ | 8.26 | 8.3 | 1.45 | - |
| YUV | 77.42 | 89.95 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 78 | 10 | 0 | 0.24 | 0.90 | 0.6 | 44.35 | 0.82 | 0.22 |
| Hex | 66 | 4E | A | 0 | 18 | 5A | 3C | 2C | 52 | 16 |
| Octal | 146 | 116 | 12 | 0 | 30 | 132 | 74 | 54 | 122 | 26 |
| Binary | 1100110 | 1001110 | 1010 | 0 | 11000 | 1011010 | 111100 | 101100 | 1010010 | 10110 |
Color Harmonies of #664E0A
Complementary color
Monochromatic Colors of #664E0A
Black with #664E0A
Text Example
Text Example
White with #664E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664E0A; }
p { color: rgb(102,78,10); }
H1.HeaderClassName
{
color: #664E0A;
}
.AnyTagClassName
{
color: #664E0A;
}
</style>
background-color css
<style>
a { background-color: #664E0A; }
a { background-color: rgb(102,78,10); }
div.DivClassName
{
background-color: #664E0A;
}
.BgClassName
{
background-color: #664E0A;
}
</style>
border-color css
<style>
span { border-color: #664E0A; }
span { border-color: rgb(102,78,10); }
td.TdClassName
{
border-color: #664E0A;
}
.TagClassName
{
border-color: #664E0A;
}
</style>