Shades of Raw Umber #66460B
Tints of Raw Umber #66460B
RGB
CMYK
RGB Variations
Color information
#66460B (or 0x66460B) is known color: Raw Umber. HEX triplet: 66, 46 and 0B. RGB value is (102,70,11). Sum of RGB (Red+Green+Blue) = 102+70+11=183 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.74% from 183); Green value is 70 (27.73% from 255 or 38.25% from 183); Blue value is 11 (4.69% from 255 or 6.01% from 183); Max value from RGB is 102 - color contains mainly: red. Hex color #66460B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66460B is #99B9F4. Grayscale: #494949. Windows color (decimal): -10074613 or 738918. OLE color: 738918.
HSL color Cylindrical-coordinate representation of color #66460B: hue angle of 38.9º 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 #66460B is Cyan = 0, Magento = 0.31, Yellow = 0.89 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 70 | 11 | - |
| CMYK | 0 | 0.31 | 0.89 | 0.6 |
| HSL | 38.9º | 0.81% | 0.22% | - |
| HSV(B) | 38.9º | 0.89% | 0.4% | - |
| XYZ | 7.73 | 7.23 | 1.3 | - |
| YUV | 72.84 | 93.1 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 70 | 11 | 0 | 0.31 | 0.89 | 0.6 | 38.9 | 0.81 | 0.22 |
| Hex | 66 | 46 | B | 0 | 1F | 59 | 3C | 27 | 51 | 16 |
| Octal | 146 | 106 | 13 | 0 | 37 | 131 | 74 | 47 | 121 | 26 |
| Binary | 1100110 | 1000110 | 1011 | 0 | 11111 | 1011001 | 111100 | 100111 | 1010001 | 10110 |
Color Harmonies of #66460B
Complementary color
Monochromatic Colors of #66460B
Black with #66460B
Text Example
Text Example
White with #66460B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66460B; }
p { color: rgb(102,70,11); }
H1.HeaderClassName
{
color: #66460B;
}
.AnyTagClassName
{
color: #66460B;
}
</style>
background-color css
<style>
a { background-color: #66460B; }
a { background-color: rgb(102,70,11); }
div.DivClassName
{
background-color: #66460B;
}
.BgClassName
{
background-color: #66460B;
}
</style>
border-color css
<style>
span { border-color: #66460B; }
span { border-color: rgb(102,70,11); }
td.TdClassName
{
border-color: #66460B;
}
.TagClassName
{
border-color: #66460B;
}
</style>