Shades of Raw Umber #665802
Tints of Raw Umber #665802
RGB
CMYK
RGB Variations
Color information
#665802 (or 0x665802) is known color: Raw Umber. HEX triplet: 66, 58 and 02. RGB value is (102,88,2). Sum of RGB (Red+Green+Blue) = 102+88+2=192 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.12% from 192); Green value is 88 (34.77% from 255 or 45.83% from 192); Blue value is 2 (1.17% from 255 or 1.04% from 192); Max value from RGB is 102 - color contains mainly: red. Hex color #665802 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665802 is #99A7FD. Grayscale: #525252. Windows color (decimal): -10070014 or 153702. OLE color: 153702.
HSL color Cylindrical-coordinate representation of color #665802: hue angle of 51.6º 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 #665802 is Cyan = 0, Magento = 0.14, Yellow = 0.98 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 88 | 2 | - |
| CMYK | 0 | 0.14 | 0.98 | 0.6 |
| HSL | 51.6º | 0.96% | 0.2% | - |
| HSV(B) | 51.6º | 0.98% | 0.4% | - |
| XYZ | 8.98 | 9.81 | 1.48 | - |
| YUV | 82.38 | 82.64 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 88 | 2 | 0 | 0.14 | 0.98 | 0.6 | 51.6 | 0.96 | 0.2 |
| Hex | 66 | 58 | 2 | 0 | E | 62 | 3C | 34 | 60 | 14 |
| Octal | 146 | 130 | 2 | 0 | 16 | 142 | 74 | 64 | 140 | 24 |
| Binary | 1100110 | 1011000 | 10 | 0 | 1110 | 1100010 | 111100 | 110100 | 1100000 | 10100 |
Color Harmonies of #665802
Complementary color
Monochromatic Colors of #665802
Black with #665802
Text Example
Text Example
White with #665802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665802; }
p { color: rgb(102,88,2); }
H1.HeaderClassName
{
color: #665802;
}
.AnyTagClassName
{
color: #665802;
}
</style>
background-color css
<style>
a { background-color: #665802; }
a { background-color: rgb(102,88,2); }
div.DivClassName
{
background-color: #665802;
}
.BgClassName
{
background-color: #665802;
}
</style>
border-color css
<style>
span { border-color: #665802; }
span { border-color: rgb(102,88,2); }
td.TdClassName
{
border-color: #665802;
}
.TagClassName
{
border-color: #665802;
}
</style>