Shades of Raw Umber #665506
Tints of Raw Umber #665506
RGB
CMYK
RGB Variations
Color information
#665506 (or 0x665506) is known color: Raw Umber. HEX triplet: 66, 55 and 06. RGB value is (102,85,6). Sum of RGB (Red+Green+Blue) = 102+85+6=193 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.85% from 193); Green value is 85 (33.59% from 255 or 44.04% from 193); Blue value is 6 (2.73% from 255 or 3.11% from 193); Max value from RGB is 102 - color contains mainly: red. Hex color #665506 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665506 is #99AAF9. Grayscale: #515151. Windows color (decimal): -10070778 or 415078. OLE color: 415078.
HSL color Cylindrical-coordinate representation of color #665506: hue angle of 49.38º 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 #665506 is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 85 | 6 | - |
| CMYK | 0 | 0.17 | 0.94 | 0.6 |
| HSL | 49.38º | 0.89% | 0.21% | - |
| HSV(B) | 49.38º | 0.94% | 0.4% | - |
| XYZ | 8.76 | 9.33 | 1.51 | - |
| YUV | 81.08 | 85.63 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 85 | 6 | 0 | 0.17 | 0.94 | 0.6 | 49.38 | 0.89 | 0.21 |
| Hex | 66 | 55 | 6 | 0 | 11 | 5E | 3C | 31 | 59 | 15 |
| Octal | 146 | 125 | 6 | 0 | 21 | 136 | 74 | 61 | 131 | 25 |
| Binary | 1100110 | 1010101 | 110 | 0 | 10001 | 1011110 | 111100 | 110001 | 1011001 | 10101 |
Color Harmonies of #665506
Complementary color
Monochromatic Colors of #665506
Black with #665506
Text Example
Text Example
White with #665506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665506; }
p { color: rgb(102,85,6); }
H1.HeaderClassName
{
color: #665506;
}
.AnyTagClassName
{
color: #665506;
}
</style>
background-color css
<style>
a { background-color: #665506; }
a { background-color: rgb(102,85,6); }
div.DivClassName
{
background-color: #665506;
}
.BgClassName
{
background-color: #665506;
}
</style>
border-color css
<style>
span { border-color: #665506; }
span { border-color: rgb(102,85,6); }
td.TdClassName
{
border-color: #665506;
}
.TagClassName
{
border-color: #665506;
}
</style>