Shades of Raw Umber #664D0A
Tints of Raw Umber #664D0A
RGB
CMYK
RGB Variations
Color information
#664D0A (or 0x664D0A) is known color: Raw Umber. HEX triplet: 66, 4D and 0A. RGB value is (102,77,10). Sum of RGB (Red+Green+Blue) = 102+77+10=189 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.97% from 189); Green value is 77 (30.47% from 255 or 40.74% from 189); Blue value is 10 (4.30% from 255 or 5.29% from 189); Max value from RGB is 102 - color contains mainly: red. Hex color #664D0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #664D0A is #99B2F5. Grayscale: #4D4D4D. Windows color (decimal): -10072822 or 675174. OLE color: 675174.
HSL color Cylindrical-coordinate representation of color #664D0A: hue angle of 43.7º 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 #664D0A is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 77 | 10 | - |
| CMYK | 0 | 0.25 | 0.90 | 0.6 |
| HSL | 43.7º | 0.82% | 0.22% | - |
| HSV(B) | 43.7º | 0.9% | 0.4% | - |
| XYZ | 8.19 | 8.15 | 1.43 | - |
| YUV | 76.84 | 90.28 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 77 | 10 | 0 | 0.25 | 0.90 | 0.6 | 43.7 | 0.82 | 0.22 |
| Hex | 66 | 4D | A | 0 | 19 | 5A | 3C | 2C | 52 | 16 |
| Octal | 146 | 115 | 12 | 0 | 31 | 132 | 74 | 54 | 122 | 26 |
| Binary | 1100110 | 1001101 | 1010 | 0 | 11001 | 1011010 | 111100 | 101100 | 1010010 | 10110 |
Color Harmonies of #664D0A
Complementary color
Monochromatic Colors of #664D0A
Black with #664D0A
Text Example
Text Example
White with #664D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664D0A; }
p { color: rgb(102,77,10); }
H1.HeaderClassName
{
color: #664D0A;
}
.AnyTagClassName
{
color: #664D0A;
}
</style>
background-color css
<style>
a { background-color: #664D0A; }
a { background-color: rgb(102,77,10); }
div.DivClassName
{
background-color: #664D0A;
}
.BgClassName
{
background-color: #664D0A;
}
</style>
border-color css
<style>
span { border-color: #664D0A; }
span { border-color: rgb(102,77,10); }
td.TdClassName
{
border-color: #664D0A;
}
.TagClassName
{
border-color: #664D0A;
}
</style>