Shades of Raw Umber #664904
Tints of Raw Umber #664904
RGB
CMYK
RGB Variations
Color information
#664904 (or 0x664904) is known color: Raw Umber. HEX triplet: 66, 49 and 04. RGB value is (102,73,4). Sum of RGB (Red+Green+Blue) = 102+73+4=179 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.98% from 179); Green value is 73 (28.91% from 255 or 40.78% from 179); Blue value is 4 (1.95% from 255 or 2.23% from 179); Max value from RGB is 102 - color contains mainly: red. Hex color #664904 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664904 is #99B6FB. Grayscale: #4A4A4A. Windows color (decimal): -10073852 or 280934. OLE color: 280934.
HSL color Cylindrical-coordinate representation of color #664904: hue angle of 42.24º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #664904 is Cyan = 0, Magento = 0.28, Yellow = 0.96 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 73 | 4 | - |
| CMYK | 0 | 0.28 | 0.96 | 0.6 |
| HSL | 42.24º | 0.92% | 0.21% | - |
| HSV(B) | 42.24º | 0.96% | 0.4% | - |
| XYZ | 7.88 | 7.6 | 1.17 | - |
| YUV | 73.81 | 88.61 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 73 | 4 | 0 | 0.28 | 0.96 | 0.6 | 42.24 | 0.92 | 0.21 |
| Hex | 66 | 49 | 4 | 0 | 1C | 60 | 3C | 2A | 5C | 15 |
| Octal | 146 | 111 | 4 | 0 | 34 | 140 | 74 | 52 | 134 | 25 |
| Binary | 1100110 | 1001001 | 100 | 0 | 11100 | 1100000 | 111100 | 101010 | 1011100 | 10101 |
Color Harmonies of #664904
Complementary color
Monochromatic Colors of #664904
Black with #664904
Text Example
Text Example
White with #664904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664904; }
p { color: rgb(102,73,4); }
H1.HeaderClassName
{
color: #664904;
}
.AnyTagClassName
{
color: #664904;
}
</style>
background-color css
<style>
a { background-color: #664904; }
a { background-color: rgb(102,73,4); }
div.DivClassName
{
background-color: #664904;
}
.BgClassName
{
background-color: #664904;
}
</style>
border-color css
<style>
span { border-color: #664904; }
span { border-color: rgb(102,73,4); }
td.TdClassName
{
border-color: #664904;
}
.TagClassName
{
border-color: #664904;
}
</style>