Shades of Raw Umber #664F04
Tints of Raw Umber #664F04
RGB
CMYK
RGB Variations
Color information
#664F04 (or 0x664F04) is known color: Raw Umber. HEX triplet: 66, 4F and 04. RGB value is (102,79,4). Sum of RGB (Red+Green+Blue) = 102+79+4=185 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.14% from 185); Green value is 79 (31.25% from 255 or 42.70% from 185); Blue value is 4 (1.95% from 255 or 2.16% from 185); Max value from RGB is 102 - color contains mainly: red. Hex color #664F04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #664F04 is #99B0FB. Grayscale: #4D4D4D. Windows color (decimal): -10072316 or 282470. OLE color: 282470.
HSL color Cylindrical-coordinate representation of color #664F04: hue angle of 45.92º 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 #664F04 is Cyan = 0, Magento = 0.23, Yellow = 0.96 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 79 | 4 | - |
| CMYK | 0 | 0.23 | 0.96 | 0.6 |
| HSL | 45.92º | 0.92% | 0.21% | - |
| HSV(B) | 45.92º | 0.96% | 0.4% | - |
| XYZ | 8.3 | 8.43 | 1.3 | - |
| YUV | 77.33 | 86.62 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 79 | 4 | 0 | 0.23 | 0.96 | 0.6 | 45.92 | 0.92 | 0.21 |
| Hex | 66 | 4F | 4 | 0 | 17 | 60 | 3C | 2E | 5C | 15 |
| Octal | 146 | 117 | 4 | 0 | 27 | 140 | 74 | 56 | 134 | 25 |
| Binary | 1100110 | 1001111 | 100 | 0 | 10111 | 1100000 | 111100 | 101110 | 1011100 | 10101 |
Color Harmonies of #664F04
Complementary color
Monochromatic Colors of #664F04
Black with #664F04
Text Example
Text Example
White with #664F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664F04; }
p { color: rgb(102,79,4); }
H1.HeaderClassName
{
color: #664F04;
}
.AnyTagClassName
{
color: #664F04;
}
</style>
background-color css
<style>
a { background-color: #664F04; }
a { background-color: rgb(102,79,4); }
div.DivClassName
{
background-color: #664F04;
}
.BgClassName
{
background-color: #664F04;
}
</style>
border-color css
<style>
span { border-color: #664F04; }
span { border-color: rgb(102,79,4); }
td.TdClassName
{
border-color: #664F04;
}
.TagClassName
{
border-color: #664F04;
}
</style>