Shades of Raw Umber #66490B
Tints of Raw Umber #66490B
RGB
CMYK
RGB Variations
Color information
#66490B (or 0x66490B) is known color: Raw Umber. HEX triplet: 66, 49 and 0B. RGB value is (102,73,11). Sum of RGB (Red+Green+Blue) = 102+73+11=186 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.84% from 186); Green value is 73 (28.91% from 255 or 39.25% from 186); Blue value is 11 (4.69% from 255 or 5.91% from 186); Max value from RGB is 102 - color contains mainly: red. Hex color #66490B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66490B is #99B6F4. Grayscale: #4A4A4A. Windows color (decimal): -10073845 or 739686. OLE color: 739686.
HSL color Cylindrical-coordinate representation of color #66490B: hue angle of 40.88º 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 #66490B is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 73 | 11 | - |
| CMYK | 0 | 0.28 | 0.89 | 0.6 |
| HSL | 40.88º | 0.81% | 0.22% | - |
| HSV(B) | 40.88º | 0.89% | 0.4% | - |
| XYZ | 7.92 | 7.61 | 1.37 | - |
| YUV | 74.6 | 92.11 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 73 | 11 | 0 | 0.28 | 0.89 | 0.6 | 40.88 | 0.81 | 0.22 |
| Hex | 66 | 49 | B | 0 | 1C | 59 | 3C | 29 | 51 | 16 |
| Octal | 146 | 111 | 13 | 0 | 34 | 131 | 74 | 51 | 121 | 26 |
| Binary | 1100110 | 1001001 | 1011 | 0 | 11100 | 1011001 | 111100 | 101001 | 1010001 | 10110 |
Color Harmonies of #66490B
Complementary color
Monochromatic Colors of #66490B
Black with #66490B
Text Example
Text Example
White with #66490B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66490B; }
p { color: rgb(102,73,11); }
H1.HeaderClassName
{
color: #66490B;
}
.AnyTagClassName
{
color: #66490B;
}
</style>
background-color css
<style>
a { background-color: #66490B; }
a { background-color: rgb(102,73,11); }
div.DivClassName
{
background-color: #66490B;
}
.BgClassName
{
background-color: #66490B;
}
</style>
border-color css
<style>
span { border-color: #66490B; }
span { border-color: rgb(102,73,11); }
td.TdClassName
{
border-color: #66490B;
}
.TagClassName
{
border-color: #66490B;
}
</style>