Shades of Raw Umber #66520E
Tints of Raw Umber #66520E
RGB
CMYK
RGB Variations
Color information
#66520E (or 0x66520E) is known color: Raw Umber. HEX triplet: 66, 52 and 0E. RGB value is (102,82,14). Sum of RGB (Red+Green+Blue) = 102+82+14=198 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.52% from 198); Green value is 82 (32.42% from 255 or 41.41% from 198); Blue value is 14 (5.86% from 255 or 7.07% from 198); Max value from RGB is 102 - color contains mainly: red. Hex color #66520E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #66520E is #99ADF1. Grayscale: #505050. Windows color (decimal): -10071538 or 938598. OLE color: 938598.
HSL color Cylindrical-coordinate representation of color #66520E: hue angle of 46.36º 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 #66520E is Cyan = 0, Magento = 0.20, Yellow = 0.86 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 82 | 14 | - |
| CMYK | 0 | 0.20 | 0.86 | 0.6 |
| HSL | 46.36º | 0.76% | 0.23% | - |
| HSV(B) | 46.36º | 0.86% | 0.4% | - |
| XYZ | 8.58 | 8.89 | 1.68 | - |
| YUV | 80.23 | 90.63 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 82 | 14 | 0 | 0.20 | 0.86 | 0.6 | 46.36 | 0.76 | 0.23 |
| Hex | 66 | 52 | E | 0 | 14 | 56 | 3C | 2E | 4C | 17 |
| Octal | 146 | 122 | 16 | 0 | 24 | 126 | 74 | 56 | 114 | 27 |
| Binary | 1100110 | 1010010 | 1110 | 0 | 10100 | 1010110 | 111100 | 101110 | 1001100 | 10111 |
Color Harmonies of #66520E
Complementary color
Monochromatic Colors of #66520E
Black with #66520E
Text Example
Text Example
White with #66520E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66520E; }
p { color: rgb(102,82,14); }
H1.HeaderClassName
{
color: #66520E;
}
.AnyTagClassName
{
color: #66520E;
}
</style>
background-color css
<style>
a { background-color: #66520E; }
a { background-color: rgb(102,82,14); }
div.DivClassName
{
background-color: #66520E;
}
.BgClassName
{
background-color: #66520E;
}
</style>
border-color css
<style>
span { border-color: #66520E; }
span { border-color: rgb(102,82,14); }
td.TdClassName
{
border-color: #66520E;
}
.TagClassName
{
border-color: #66520E;
}
</style>