Shades of Raw Umber #664A03
Tints of Raw Umber #664A03
RGB
CMYK
RGB Variations
Color information
#664A03 (or 0x664A03) is known color: Raw Umber. HEX triplet: 66, 4A and 03. RGB value is (102,74,3). Sum of RGB (Red+Green+Blue) = 102+74+3=179 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.98% from 179); Green value is 74 (29.30% from 255 or 41.34% from 179); Blue value is 3 (1.56% from 255 or 1.68% from 179); Max value from RGB is 102 - color contains mainly: red. Hex color #664A03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664A03 is #99B5FC. Grayscale: #4A4A4A. Windows color (decimal): -10073597 or 215654. OLE color: 215654.
HSL color Cylindrical-coordinate representation of color #664A03: hue angle of 43.03º 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 #664A03 is Cyan = 0, Magento = 0.27, Yellow = 0.97 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 74 | 3 | - |
| CMYK | 0 | 0.27 | 0.97 | 0.6 |
| HSL | 43.03º | 0.94% | 0.21% | - |
| HSV(B) | 43.03º | 0.97% | 0.4% | - |
| XYZ | 7.94 | 7.73 | 1.16 | - |
| YUV | 74.28 | 87.78 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 74 | 3 | 0 | 0.27 | 0.97 | 0.6 | 43.03 | 0.94 | 0.21 |
| Hex | 66 | 4A | 3 | 0 | 1B | 61 | 3C | 2B | 5E | 15 |
| Octal | 146 | 112 | 3 | 0 | 33 | 141 | 74 | 53 | 136 | 25 |
| Binary | 1100110 | 1001010 | 11 | 0 | 11011 | 1100001 | 111100 | 101011 | 1011110 | 10101 |
Color Harmonies of #664A03
Complementary color
Monochromatic Colors of #664A03
Black with #664A03
Text Example
Text Example
White with #664A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664A03; }
p { color: rgb(102,74,3); }
H1.HeaderClassName
{
color: #664A03;
}
.AnyTagClassName
{
color: #664A03;
}
</style>
background-color css
<style>
a { background-color: #664A03; }
a { background-color: rgb(102,74,3); }
div.DivClassName
{
background-color: #664A03;
}
.BgClassName
{
background-color: #664A03;
}
</style>
border-color css
<style>
span { border-color: #664A03; }
span { border-color: rgb(102,74,3); }
td.TdClassName
{
border-color: #664A03;
}
.TagClassName
{
border-color: #664A03;
}
</style>