Shades of Raw Umber #665206
Tints of Raw Umber #665206
RGB
CMYK
RGB Variations
Color information
#665206 (or 0x665206) is known color: Raw Umber. HEX triplet: 66, 52 and 06. RGB value is (102,82,6). Sum of RGB (Red+Green+Blue) = 102+82+6=190 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.68% from 190); Green value is 82 (32.42% from 255 or 43.16% from 190); Blue value is 6 (2.73% from 255 or 3.16% from 190); Max value from RGB is 102 - color contains mainly: red. Hex color #665206 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665206 is #99ADF9. Grayscale: #4F4F4F. Windows color (decimal): -10071546 or 414310. OLE color: 414310.
HSL color Cylindrical-coordinate representation of color #665206: hue angle of 47.5º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #665206 is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 82 | 6 | - |
| CMYK | 0 | 0.20 | 0.94 | 0.6 |
| HSL | 47.5º | 0.89% | 0.21% | - |
| HSV(B) | 47.5º | 0.94% | 0.4% | - |
| XYZ | 8.53 | 8.87 | 1.44 | - |
| YUV | 79.32 | 86.63 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 82 | 6 | 0 | 0.20 | 0.94 | 0.6 | 47.5 | 0.89 | 0.21 |
| Hex | 66 | 52 | 6 | 0 | 14 | 5E | 3C | 30 | 59 | 15 |
| Octal | 146 | 122 | 6 | 0 | 24 | 136 | 74 | 60 | 131 | 25 |
| Binary | 1100110 | 1010010 | 110 | 0 | 10100 | 1011110 | 111100 | 110000 | 1011001 | 10101 |
Color Harmonies of #665206
Complementary color
Monochromatic Colors of #665206
Black with #665206
Text Example
Text Example
White with #665206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665206; }
p { color: rgb(102,82,6); }
H1.HeaderClassName
{
color: #665206;
}
.AnyTagClassName
{
color: #665206;
}
</style>
background-color css
<style>
a { background-color: #665206; }
a { background-color: rgb(102,82,6); }
div.DivClassName
{
background-color: #665206;
}
.BgClassName
{
background-color: #665206;
}
</style>
border-color css
<style>
span { border-color: #665206; }
span { border-color: rgb(102,82,6); }
td.TdClassName
{
border-color: #665206;
}
.TagClassName
{
border-color: #665206;
}
</style>