Shades of Raw Umber #665203
Tints of Raw Umber #665203
RGB
CMYK
RGB Variations
Color information
#665203 (or 0x665203) is known color: Raw Umber. HEX triplet: 66, 52 and 03. RGB value is (102,82,3). Sum of RGB (Red+Green+Blue) = 102+82+3=187 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.55% from 187); Green value is 82 (32.42% from 255 or 43.85% from 187); Blue value is 3 (1.56% from 255 or 1.60% from 187); Max value from RGB is 102 - color contains mainly: red. Hex color #665203 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665203 is #99ADFC. Grayscale: #4F4F4F. Windows color (decimal): -10071549 or 217702. OLE color: 217702.
HSL color Cylindrical-coordinate representation of color #665203: hue angle of 47.88º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #665203 is Cyan = 0, Magento = 0.20, Yellow = 0.97 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 82 | 3 | - |
| CMYK | 0 | 0.20 | 0.97 | 0.6 |
| HSL | 47.88º | 0.94% | 0.21% | - |
| HSV(B) | 47.88º | 0.97% | 0.4% | - |
| XYZ | 8.51 | 8.87 | 1.35 | - |
| YUV | 78.97 | 85.13 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 82 | 3 | 0 | 0.20 | 0.97 | 0.6 | 47.88 | 0.94 | 0.21 |
| Hex | 66 | 52 | 3 | 0 | 14 | 61 | 3C | 30 | 5E | 15 |
| Octal | 146 | 122 | 3 | 0 | 24 | 141 | 74 | 60 | 136 | 25 |
| Binary | 1100110 | 1010010 | 11 | 0 | 10100 | 1100001 | 111100 | 110000 | 1011110 | 10101 |
Color Harmonies of #665203
Complementary color
Monochromatic Colors of #665203
Black with #665203
Text Example
Text Example
White with #665203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665203; }
p { color: rgb(102,82,3); }
H1.HeaderClassName
{
color: #665203;
}
.AnyTagClassName
{
color: #665203;
}
</style>
background-color css
<style>
a { background-color: #665203; }
a { background-color: rgb(102,82,3); }
div.DivClassName
{
background-color: #665203;
}
.BgClassName
{
background-color: #665203;
}
</style>
border-color css
<style>
span { border-color: #665203; }
span { border-color: rgb(102,82,3); }
td.TdClassName
{
border-color: #665203;
}
.TagClassName
{
border-color: #665203;
}
</style>