Shades of Raw Umber #664E04
Tints of Raw Umber #664E04
RGB
CMYK
RGB Variations
Color information
#664E04 (or 0x664E04) is known color: Raw Umber. HEX triplet: 66, 4E and 04. RGB value is (102,78,4). Sum of RGB (Red+Green+Blue) = 102+78+4=184 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.43% from 184); Green value is 78 (30.86% from 255 or 42.39% from 184); Blue value is 4 (1.95% from 255 or 2.17% from 184); Max value from RGB is 102 - color contains mainly: red. Hex color #664E04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #664E04 is #99B1FB. Grayscale: #4D4D4D. Windows color (decimal): -10072572 or 282214. OLE color: 282214.
HSL color Cylindrical-coordinate representation of color #664E04: hue angle of 45.31º 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 #664E04 is Cyan = 0, Magento = 0.24, Yellow = 0.96 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 78 | 4 | - |
| CMYK | 0 | 0.24 | 0.96 | 0.6 |
| HSL | 45.31º | 0.92% | 0.21% | - |
| HSV(B) | 45.31º | 0.96% | 0.4% | - |
| XYZ | 8.23 | 8.28 | 1.28 | - |
| YUV | 76.74 | 86.95 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 78 | 4 | 0 | 0.24 | 0.96 | 0.6 | 45.31 | 0.92 | 0.21 |
| Hex | 66 | 4E | 4 | 0 | 18 | 60 | 3C | 2D | 5C | 15 |
| Octal | 146 | 116 | 4 | 0 | 30 | 140 | 74 | 55 | 134 | 25 |
| Binary | 1100110 | 1001110 | 100 | 0 | 11000 | 1100000 | 111100 | 101101 | 1011100 | 10101 |
Color Harmonies of #664E04
Complementary color
Monochromatic Colors of #664E04
Black with #664E04
Text Example
Text Example
White with #664E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664E04; }
p { color: rgb(102,78,4); }
H1.HeaderClassName
{
color: #664E04;
}
.AnyTagClassName
{
color: #664E04;
}
</style>
background-color css
<style>
a { background-color: #664E04; }
a { background-color: rgb(102,78,4); }
div.DivClassName
{
background-color: #664E04;
}
.BgClassName
{
background-color: #664E04;
}
</style>
border-color css
<style>
span { border-color: #664E04; }
span { border-color: rgb(102,78,4); }
td.TdClassName
{
border-color: #664E04;
}
.TagClassName
{
border-color: #664E04;
}
</style>