Shades of Raw Umber #665106
Tints of Raw Umber #665106
RGB
CMYK
RGB Variations
Color information
#665106 (or 0x665106) is known color: Raw Umber. HEX triplet: 66, 51 and 06. RGB value is (102,81,6). Sum of RGB (Red+Green+Blue) = 102+81+6=189 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.97% from 189); Green value is 81 (32.03% from 255 or 42.86% from 189); Blue value is 6 (2.73% from 255 or 3.17% from 189); Max value from RGB is 102 - color contains mainly: red. Hex color #665106 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665106 is #99AEF9. Grayscale: #4F4F4F. Windows color (decimal): -10071802 or 414054. OLE color: 414054.
HSL color Cylindrical-coordinate representation of color #665106: hue angle of 46.88º 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 #665106 is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 81 | 6 | - |
| CMYK | 0 | 0.21 | 0.94 | 0.6 |
| HSL | 46.88º | 0.89% | 0.21% | - |
| HSV(B) | 46.88º | 0.94% | 0.4% | - |
| XYZ | 8.45 | 8.72 | 1.41 | - |
| YUV | 78.73 | 86.96 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 81 | 6 | 0 | 0.21 | 0.94 | 0.6 | 46.88 | 0.89 | 0.21 |
| Hex | 66 | 51 | 6 | 0 | 15 | 5E | 3C | 2F | 59 | 15 |
| Octal | 146 | 121 | 6 | 0 | 25 | 136 | 74 | 57 | 131 | 25 |
| Binary | 1100110 | 1010001 | 110 | 0 | 10101 | 1011110 | 111100 | 101111 | 1011001 | 10101 |
Color Harmonies of #665106
Complementary color
Monochromatic Colors of #665106
Black with #665106
Text Example
Text Example
White with #665106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665106; }
p { color: rgb(102,81,6); }
H1.HeaderClassName
{
color: #665106;
}
.AnyTagClassName
{
color: #665106;
}
</style>
background-color css
<style>
a { background-color: #665106; }
a { background-color: rgb(102,81,6); }
div.DivClassName
{
background-color: #665106;
}
.BgClassName
{
background-color: #665106;
}
</style>
border-color css
<style>
span { border-color: #665106; }
span { border-color: rgb(102,81,6); }
td.TdClassName
{
border-color: #665106;
}
.TagClassName
{
border-color: #665106;
}
</style>