Shades of Raw Umber #665210
Tints of Raw Umber #665210
RGB
CMYK
RGB Variations
Color information
#665210 (or 0x665210) is known color: Raw Umber. HEX triplet: 66, 52 and 10. RGB value is (102,82,16). Sum of RGB (Red+Green+Blue) = 102+82+16=200 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51% from 200); Green value is 82 (32.42% from 255 or 41% from 200); Blue value is 16 (6.64% from 255 or 8% from 200); Max value from RGB is 102 - color contains mainly: red. Hex color #665210 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665210 is #99ADEF. Grayscale: #505050. Windows color (decimal): -10071536 or 1069670. OLE color: 1069670.
HSL color Cylindrical-coordinate representation of color #665210: hue angle of 46.05º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #665210 is Cyan = 0, Magento = 0.20, Yellow = 0.84 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 82 | 16 | - |
| CMYK | 0 | 0.20 | 0.84 | 0.6 |
| HSL | 46.05º | 0.73% | 0.23% | - |
| HSV(B) | 46.05º | 0.84% | 0.4% | - |
| XYZ | 8.59 | 8.9 | 1.75 | - |
| YUV | 80.46 | 91.63 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 82 | 16 | 0 | 0.20 | 0.84 | 0.6 | 46.05 | 0.73 | 0.23 |
| Hex | 66 | 52 | 10 | 0 | 14 | 54 | 3C | 2E | 49 | 17 |
| Octal | 146 | 122 | 20 | 0 | 24 | 124 | 74 | 56 | 111 | 27 |
| Binary | 1100110 | 1010010 | 10000 | 0 | 10100 | 1010100 | 111100 | 101110 | 1001001 | 10111 |
Color Harmonies of #665210
Complementary color
Monochromatic Colors of #665210
Black with #665210
Text Example
Text Example
White with #665210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665210; }
p { color: rgb(102,82,16); }
H1.HeaderClassName
{
color: #665210;
}
.AnyTagClassName
{
color: #665210;
}
</style>
background-color css
<style>
a { background-color: #665210; }
a { background-color: rgb(102,82,16); }
div.DivClassName
{
background-color: #665210;
}
.BgClassName
{
background-color: #665210;
}
</style>
border-color css
<style>
span { border-color: #665210; }
span { border-color: rgb(102,82,16); }
td.TdClassName
{
border-color: #665210;
}
.TagClassName
{
border-color: #665210;
}
</style>