Shades of Raw Umber #665606
Tints of Raw Umber #665606
RGB
CMYK
RGB Variations
Color information
#665606 (or 0x665606) is known color: Raw Umber. HEX triplet: 66, 56 and 06. RGB value is (102,86,6). Sum of RGB (Red+Green+Blue) = 102+86+6=194 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.58% from 194); Green value is 86 (33.98% from 255 or 44.33% from 194); Blue value is 6 (2.73% from 255 or 3.09% from 194); Max value from RGB is 102 - color contains mainly: red. Hex color #665606 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665606 is #99A9F9. Grayscale: #515151. Windows color (decimal): -10070522 or 415334. OLE color: 415334.
HSL color Cylindrical-coordinate representation of color #665606: hue angle of 50º 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 #665606 is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 86 | 6 | - |
| CMYK | 0 | 0.16 | 0.94 | 0.6 |
| HSL | 50º | 0.89% | 0.21% | - |
| HSV(B) | 50º | 0.94% | 0.4% | - |
| XYZ | 8.84 | 9.49 | 1.54 | - |
| YUV | 81.66 | 85.3 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 86 | 6 | 0 | 0.16 | 0.94 | 0.6 | 50 | 0.89 | 0.21 |
| Hex | 66 | 56 | 6 | 0 | 10 | 5E | 3C | 32 | 59 | 15 |
| Octal | 146 | 126 | 6 | 0 | 20 | 136 | 74 | 62 | 131 | 25 |
| Binary | 1100110 | 1010110 | 110 | 0 | 10000 | 1011110 | 111100 | 110010 | 1011001 | 10101 |
Color Harmonies of #665606
Complementary color
Monochromatic Colors of #665606
Black with #665606
Text Example
Text Example
White with #665606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665606; }
p { color: rgb(102,86,6); }
H1.HeaderClassName
{
color: #665606;
}
.AnyTagClassName
{
color: #665606;
}
</style>
background-color css
<style>
a { background-color: #665606; }
a { background-color: rgb(102,86,6); }
div.DivClassName
{
background-color: #665606;
}
.BgClassName
{
background-color: #665606;
}
</style>
border-color css
<style>
span { border-color: #665606; }
span { border-color: rgb(102,86,6); }
td.TdClassName
{
border-color: #665606;
}
.TagClassName
{
border-color: #665606;
}
</style>