Shades of Raw Umber #665202
Tints of Raw Umber #665202
RGB
CMYK
RGB Variations
Color information
#665202 (or 0x665202) is known color: Raw Umber. HEX triplet: 66, 52 and 02. RGB value is (102,82,2). Sum of RGB (Red+Green+Blue) = 102+82+2=186 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.84% from 186); Green value is 82 (32.42% from 255 or 44.09% from 186); Blue value is 2 (1.17% from 255 or 1.08% from 186); Max value from RGB is 102 - color contains mainly: red. Hex color #665202 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665202 is #99ADFD. Grayscale: #4F4F4F. Windows color (decimal): -10071550 or 152166. OLE color: 152166.
HSL color Cylindrical-coordinate representation of color #665202: hue angle of 48º 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 #665202 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 82 | 2 | - |
| CMYK | 0 | 0.20 | 0.98 | 0.6 |
| HSL | 48º | 0.96% | 0.2% | - |
| HSV(B) | 48º | 0.98% | 0.4% | - |
| XYZ | 8.51 | 8.86 | 1.32 | - |
| YUV | 78.86 | 84.63 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 82 | 2 | 0 | 0.20 | 0.98 | 0.6 | 48 | 0.96 | 0.2 |
| Hex | 66 | 52 | 2 | 0 | 14 | 62 | 3C | 30 | 60 | 14 |
| Octal | 146 | 122 | 2 | 0 | 24 | 142 | 74 | 60 | 140 | 24 |
| Binary | 1100110 | 1010010 | 10 | 0 | 10100 | 1100010 | 111100 | 110000 | 1100000 | 10100 |
Color Harmonies of #665202
Complementary color
Monochromatic Colors of #665202
Black with #665202
Text Example
Text Example
White with #665202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665202; }
p { color: rgb(102,82,2); }
H1.HeaderClassName
{
color: #665202;
}
.AnyTagClassName
{
color: #665202;
}
</style>
background-color css
<style>
a { background-color: #665202; }
a { background-color: rgb(102,82,2); }
div.DivClassName
{
background-color: #665202;
}
.BgClassName
{
background-color: #665202;
}
</style>
border-color css
<style>
span { border-color: #665202; }
span { border-color: rgb(102,82,2); }
td.TdClassName
{
border-color: #665202;
}
.TagClassName
{
border-color: #665202;
}
</style>