Shades of Raw Umber #66510B
Tints of Raw Umber #66510B
RGB
CMYK
RGB Variations
Color information
#66510B (or 0x66510B) is known color: Raw Umber. HEX triplet: 66, 51 and 0B. RGB value is (102,81,11). Sum of RGB (Red+Green+Blue) = 102+81+11=194 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.58% from 194); Green value is 81 (32.03% from 255 or 41.75% from 194); Blue value is 11 (4.69% from 255 or 5.67% from 194); Max value from RGB is 102 - color contains mainly: red. Hex color #66510B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #66510B is #99AEF4. Grayscale: #4F4F4F. Windows color (decimal): -10071797 or 741734. OLE color: 741734.
HSL color Cylindrical-coordinate representation of color #66510B: hue angle of 46.15º 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 #66510B is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 81 | 11 | - |
| CMYK | 0 | 0.21 | 0.89 | 0.6 |
| HSL | 46.15º | 0.81% | 0.22% | - |
| HSV(B) | 46.15º | 0.89% | 0.4% | - |
| XYZ | 8.48 | 8.73 | 1.56 | - |
| YUV | 79.3 | 89.46 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 81 | 11 | 0 | 0.21 | 0.89 | 0.6 | 46.15 | 0.81 | 0.22 |
| Hex | 66 | 51 | B | 0 | 15 | 59 | 3C | 2E | 51 | 16 |
| Octal | 146 | 121 | 13 | 0 | 25 | 131 | 74 | 56 | 121 | 26 |
| Binary | 1100110 | 1010001 | 1011 | 0 | 10101 | 1011001 | 111100 | 101110 | 1010001 | 10110 |
Color Harmonies of #66510B
Complementary color
Monochromatic Colors of #66510B
Black with #66510B
Text Example
Text Example
White with #66510B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66510B; }
p { color: rgb(102,81,11); }
H1.HeaderClassName
{
color: #66510B;
}
.AnyTagClassName
{
color: #66510B;
}
</style>
background-color css
<style>
a { background-color: #66510B; }
a { background-color: rgb(102,81,11); }
div.DivClassName
{
background-color: #66510B;
}
.BgClassName
{
background-color: #66510B;
}
</style>
border-color css
<style>
span { border-color: #66510B; }
span { border-color: rgb(102,81,11); }
td.TdClassName
{
border-color: #66510B;
}
.TagClassName
{
border-color: #66510B;
}
</style>