Shades of Raw Umber #66490D
Tints of Raw Umber #66490D
RGB
CMYK
RGB Variations
Color information
#66490D (or 0x66490D) is known color: Raw Umber. HEX triplet: 66, 49 and 0D. RGB value is (102,73,13). Sum of RGB (Red+Green+Blue) = 102+73+13=188 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.26% from 188); Green value is 73 (28.91% from 255 or 38.83% from 188); Blue value is 13 (5.47% from 255 or 6.91% from 188); Max value from RGB is 102 - color contains mainly: red. Hex color #66490D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66490D is #99B6F2. Grayscale: #4B4B4B. Windows color (decimal): -10073843 or 870758. OLE color: 870758.
HSL color Cylindrical-coordinate representation of color #66490D: hue angle of 40.45º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #66490D is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 73 | 13 | - |
| CMYK | 0 | 0.28 | 0.87 | 0.6 |
| HSL | 40.45º | 0.77% | 0.23% | - |
| HSV(B) | 40.45º | 0.87% | 0.4% | - |
| XYZ | 7.93 | 7.62 | 1.43 | - |
| YUV | 74.83 | 93.11 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 73 | 13 | 0 | 0.28 | 0.87 | 0.6 | 40.45 | 0.77 | 0.23 |
| Hex | 66 | 49 | D | 0 | 1C | 57 | 3C | 28 | 4D | 17 |
| Octal | 146 | 111 | 15 | 0 | 34 | 127 | 74 | 50 | 115 | 27 |
| Binary | 1100110 | 1001001 | 1101 | 0 | 11100 | 1010111 | 111100 | 101000 | 1001101 | 10111 |
Color Harmonies of #66490D
Complementary color
Monochromatic Colors of #66490D
Black with #66490D
Text Example
Text Example
White with #66490D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66490D; }
p { color: rgb(102,73,13); }
H1.HeaderClassName
{
color: #66490D;
}
.AnyTagClassName
{
color: #66490D;
}
</style>
background-color css
<style>
a { background-color: #66490D; }
a { background-color: rgb(102,73,13); }
div.DivClassName
{
background-color: #66490D;
}
.BgClassName
{
background-color: #66490D;
}
</style>
border-color css
<style>
span { border-color: #66490D; }
span { border-color: rgb(102,73,13); }
td.TdClassName
{
border-color: #66490D;
}
.TagClassName
{
border-color: #66490D;
}
</style>