Shades of Raw Umber #664603
Tints of Raw Umber #664603
RGB
CMYK
RGB Variations
Color information
#664603 (or 0x664603) is known color: Raw Umber. HEX triplet: 66, 46 and 03. RGB value is (102,70,3). Sum of RGB (Red+Green+Blue) = 102+70+3=175 (23% of max value = 765). Red value is 102 (40.23% from 255 or 58.29% from 175); Green value is 70 (27.73% from 255 or 40% from 175); Blue value is 3 (1.56% from 255 or 1.71% from 175); Max value from RGB is 102 - color contains mainly: red. Hex color #664603 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664603 is #99B9FC. Grayscale: #484848. Windows color (decimal): -10074621 or 214630. OLE color: 214630.
HSL color Cylindrical-coordinate representation of color #664603: hue angle of 40.61º 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 #664603 is Cyan = 0, Magento = 0.31, Yellow = 0.97 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 70 | 3 | - |
| CMYK | 0 | 0.31 | 0.97 | 0.6 |
| HSL | 40.61º | 0.94% | 0.21% | - |
| HSV(B) | 40.61º | 0.97% | 0.4% | - |
| XYZ | 7.69 | 7.21 | 1.07 | - |
| YUV | 71.93 | 89.1 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 70 | 3 | 0 | 0.31 | 0.97 | 0.6 | 40.61 | 0.94 | 0.21 |
| Hex | 66 | 46 | 3 | 0 | 1F | 61 | 3C | 29 | 5E | 15 |
| Octal | 146 | 106 | 3 | 0 | 37 | 141 | 74 | 51 | 136 | 25 |
| Binary | 1100110 | 1000110 | 11 | 0 | 11111 | 1100001 | 111100 | 101001 | 1011110 | 10101 |
Color Harmonies of #664603
Complementary color
Monochromatic Colors of #664603
Black with #664603
Text Example
Text Example
White with #664603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664603; }
p { color: rgb(102,70,3); }
H1.HeaderClassName
{
color: #664603;
}
.AnyTagClassName
{
color: #664603;
}
</style>
background-color css
<style>
a { background-color: #664603; }
a { background-color: rgb(102,70,3); }
div.DivClassName
{
background-color: #664603;
}
.BgClassName
{
background-color: #664603;
}
</style>
border-color css
<style>
span { border-color: #664603; }
span { border-color: rgb(102,70,3); }
td.TdClassName
{
border-color: #664603;
}
.TagClassName
{
border-color: #664603;
}
</style>