Shades of Raw Umber #665503
Tints of Raw Umber #665503
RGB
CMYK
RGB Variations
Color information
#665503 (or 0x665503) is known color: Raw Umber. HEX triplet: 66, 55 and 03. RGB value is (102,85,3). Sum of RGB (Red+Green+Blue) = 102+85+3=190 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.68% from 190); Green value is 85 (33.59% from 255 or 44.74% from 190); Blue value is 3 (1.56% from 255 or 1.58% from 190); Max value from RGB is 102 - color contains mainly: red. Hex color #665503 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665503 is #99AAFC. Grayscale: #515151. Windows color (decimal): -10070781 or 218470. OLE color: 218470.
HSL color Cylindrical-coordinate representation of color #665503: hue angle of 49.7º 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 #665503 is Cyan = 0, Magento = 0.17, Yellow = 0.97 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 85 | 3 | - |
| CMYK | 0 | 0.17 | 0.97 | 0.6 |
| HSL | 49.7º | 0.94% | 0.21% | - |
| HSV(B) | 49.7º | 0.97% | 0.4% | - |
| XYZ | 8.74 | 9.33 | 1.43 | - |
| YUV | 80.74 | 84.13 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 85 | 3 | 0 | 0.17 | 0.97 | 0.6 | 49.7 | 0.94 | 0.21 |
| Hex | 66 | 55 | 3 | 0 | 11 | 61 | 3C | 32 | 5E | 15 |
| Octal | 146 | 125 | 3 | 0 | 21 | 141 | 74 | 62 | 136 | 25 |
| Binary | 1100110 | 1010101 | 11 | 0 | 10001 | 1100001 | 111100 | 110010 | 1011110 | 10101 |
Color Harmonies of #665503
Complementary color
Monochromatic Colors of #665503
Black with #665503
Text Example
Text Example
White with #665503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665503; }
p { color: rgb(102,85,3); }
H1.HeaderClassName
{
color: #665503;
}
.AnyTagClassName
{
color: #665503;
}
</style>
background-color css
<style>
a { background-color: #665503; }
a { background-color: rgb(102,85,3); }
div.DivClassName
{
background-color: #665503;
}
.BgClassName
{
background-color: #665503;
}
</style>
border-color css
<style>
span { border-color: #665503; }
span { border-color: rgb(102,85,3); }
td.TdClassName
{
border-color: #665503;
}
.TagClassName
{
border-color: #665503;
}
</style>