Shades of Raw Umber #66510E
Tints of Raw Umber #66510E
RGB
CMYK
RGB Variations
Color information
#66510E (or 0x66510E) is known color: Raw Umber. HEX triplet: 66, 51 and 0E. RGB value is (102,81,14). Sum of RGB (Red+Green+Blue) = 102+81+14=197 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.78% from 197); Green value is 81 (32.03% from 255 or 41.12% from 197); Blue value is 14 (5.86% from 255 or 7.11% from 197); Max value from RGB is 102 - color contains mainly: red. Hex color #66510E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #66510E is #99AEF1. Grayscale: #4F4F4F. Windows color (decimal): -10071794 or 938342. OLE color: 938342.
HSL color Cylindrical-coordinate representation of color #66510E: hue angle of 45.68º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #66510E is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 81 | 14 | - |
| CMYK | 0 | 0.21 | 0.86 | 0.6 |
| HSL | 45.68º | 0.76% | 0.23% | - |
| HSV(B) | 45.68º | 0.86% | 0.4% | - |
| XYZ | 8.5 | 8.74 | 1.65 | - |
| YUV | 79.64 | 90.96 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 81 | 14 | 0 | 0.21 | 0.86 | 0.6 | 45.68 | 0.76 | 0.23 |
| Hex | 66 | 51 | E | 0 | 15 | 56 | 3C | 2E | 4C | 17 |
| Octal | 146 | 121 | 16 | 0 | 25 | 126 | 74 | 56 | 114 | 27 |
| Binary | 1100110 | 1010001 | 1110 | 0 | 10101 | 1010110 | 111100 | 101110 | 1001100 | 10111 |
Color Harmonies of #66510E
Complementary color
Monochromatic Colors of #66510E
Black with #66510E
Text Example
Text Example
White with #66510E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66510E; }
p { color: rgb(102,81,14); }
H1.HeaderClassName
{
color: #66510E;
}
.AnyTagClassName
{
color: #66510E;
}
</style>
background-color css
<style>
a { background-color: #66510E; }
a { background-color: rgb(102,81,14); }
div.DivClassName
{
background-color: #66510E;
}
.BgClassName
{
background-color: #66510E;
}
</style>
border-color css
<style>
span { border-color: #66510E; }
span { border-color: rgb(102,81,14); }
td.TdClassName
{
border-color: #66510E;
}
.TagClassName
{
border-color: #66510E;
}
</style>