Shades of Raw Umber #665303
Tints of Raw Umber #665303
RGB
CMYK
RGB Variations
Color information
#665303 (or 0x665303) is known color: Raw Umber. HEX triplet: 66, 53 and 03. RGB value is (102,83,3). Sum of RGB (Red+Green+Blue) = 102+83+3=188 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.26% from 188); Green value is 83 (32.81% from 255 or 44.15% from 188); Blue value is 3 (1.56% from 255 or 1.60% from 188); Max value from RGB is 102 - color contains mainly: red. Hex color #665303 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665303 is #99ACFC. Grayscale: #4F4F4F. Windows color (decimal): -10071293 or 217958. OLE color: 217958.
HSL color Cylindrical-coordinate representation of color #665303: hue angle of 48.48º 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 #665303 is Cyan = 0, Magento = 0.19, Yellow = 0.97 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 83 | 3 | - |
| CMYK | 0 | 0.19 | 0.97 | 0.6 |
| HSL | 48.48º | 0.94% | 0.21% | - |
| HSV(B) | 48.48º | 0.97% | 0.4% | - |
| XYZ | 8.59 | 9.02 | 1.37 | - |
| YUV | 79.56 | 84.79 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 83 | 3 | 0 | 0.19 | 0.97 | 0.6 | 48.48 | 0.94 | 0.21 |
| Hex | 66 | 53 | 3 | 0 | 13 | 61 | 3C | 30 | 5E | 15 |
| Octal | 146 | 123 | 3 | 0 | 23 | 141 | 74 | 60 | 136 | 25 |
| Binary | 1100110 | 1010011 | 11 | 0 | 10011 | 1100001 | 111100 | 110000 | 1011110 | 10101 |
Color Harmonies of #665303
Complementary color
Monochromatic Colors of #665303
Black with #665303
Text Example
Text Example
White with #665303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665303; }
p { color: rgb(102,83,3); }
H1.HeaderClassName
{
color: #665303;
}
.AnyTagClassName
{
color: #665303;
}
</style>
background-color css
<style>
a { background-color: #665303; }
a { background-color: rgb(102,83,3); }
div.DivClassName
{
background-color: #665303;
}
.BgClassName
{
background-color: #665303;
}
</style>
border-color css
<style>
span { border-color: #665303; }
span { border-color: rgb(102,83,3); }
td.TdClassName
{
border-color: #665303;
}
.TagClassName
{
border-color: #665303;
}
</style>