Shades of Raw Umber #665902
Tints of Raw Umber #665902
RGB
CMYK
RGB Variations
Color information
#665902 (or 0x665902) is known color: Raw Umber. HEX triplet: 66, 59 and 02. RGB value is (102,89,2). Sum of RGB (Red+Green+Blue) = 102+89+2=193 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.85% from 193); Green value is 89 (35.16% from 255 or 46.11% from 193); Blue value is 2 (1.17% from 255 or 1.04% from 193); Max value from RGB is 102 - color contains mainly: red. Hex color #665902 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665902 is #99A6FD. Grayscale: #535353. Windows color (decimal): -10069758 or 153958. OLE color: 153958.
HSL color Cylindrical-coordinate representation of color #665902: hue angle of 52.2º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #665902 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 89 | 2 | - |
| CMYK | 0 | 0.13 | 0.98 | 0.6 |
| HSL | 52.2º | 0.96% | 0.2% | - |
| HSV(B) | 52.2º | 0.98% | 0.4% | - |
| XYZ | 9.06 | 9.97 | 1.5 | - |
| YUV | 82.97 | 82.31 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 89 | 2 | 0 | 0.13 | 0.98 | 0.6 | 52.2 | 0.96 | 0.2 |
| Hex | 66 | 59 | 2 | 0 | D | 62 | 3C | 34 | 60 | 14 |
| Octal | 146 | 131 | 2 | 0 | 15 | 142 | 74 | 64 | 140 | 24 |
| Binary | 1100110 | 1011001 | 10 | 0 | 1101 | 1100010 | 111100 | 110100 | 1100000 | 10100 |
Color Harmonies of #665902
Complementary color
Monochromatic Colors of #665902
Black with #665902
Text Example
Text Example
White with #665902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665902; }
p { color: rgb(102,89,2); }
H1.HeaderClassName
{
color: #665902;
}
.AnyTagClassName
{
color: #665902;
}
</style>
background-color css
<style>
a { background-color: #665902; }
a { background-color: rgb(102,89,2); }
div.DivClassName
{
background-color: #665902;
}
.BgClassName
{
background-color: #665902;
}
</style>
border-color css
<style>
span { border-color: #665902; }
span { border-color: rgb(102,89,2); }
td.TdClassName
{
border-color: #665902;
}
.TagClassName
{
border-color: #665902;
}
</style>