Shades of Raw Umber #664A06
Tints of Raw Umber #664A06
RGB
CMYK
RGB Variations
Color information
#664A06 (or 0x664A06) is known color: Raw Umber. HEX triplet: 66, 4A and 06. RGB value is (102,74,6). Sum of RGB (Red+Green+Blue) = 102+74+6=182 (24% of max value = 765). Red value is 102 (40.23% from 255 or 56.04% from 182); Green value is 74 (29.30% from 255 or 40.66% from 182); Blue value is 6 (2.73% from 255 or 3.30% from 182); Max value from RGB is 102 - color contains mainly: red. Hex color #664A06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664A06 is #99B5F9. Grayscale: #4A4A4A. Windows color (decimal): -10073594 or 412262. OLE color: 412262.
HSL color Cylindrical-coordinate representation of color #664A06: hue angle of 42.5º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #664A06 is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 74 | 6 | - |
| CMYK | 0 | 0.27 | 0.94 | 0.6 |
| HSL | 42.5º | 0.89% | 0.21% | - |
| HSV(B) | 42.5º | 0.94% | 0.4% | - |
| XYZ | 7.96 | 7.74 | 1.25 | - |
| YUV | 74.62 | 89.28 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 74 | 6 | 0 | 0.27 | 0.94 | 0.6 | 42.5 | 0.89 | 0.21 |
| Hex | 66 | 4A | 6 | 0 | 1B | 5E | 3C | 2A | 59 | 15 |
| Octal | 146 | 112 | 6 | 0 | 33 | 136 | 74 | 52 | 131 | 25 |
| Binary | 1100110 | 1001010 | 110 | 0 | 11011 | 1011110 | 111100 | 101010 | 1011001 | 10101 |
Color Harmonies of #664A06
Complementary color
Monochromatic Colors of #664A06
Black with #664A06
Text Example
Text Example
White with #664A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664A06; }
p { color: rgb(102,74,6); }
H1.HeaderClassName
{
color: #664A06;
}
.AnyTagClassName
{
color: #664A06;
}
</style>
background-color css
<style>
a { background-color: #664A06; }
a { background-color: rgb(102,74,6); }
div.DivClassName
{
background-color: #664A06;
}
.BgClassName
{
background-color: #664A06;
}
</style>
border-color css
<style>
span { border-color: #664A06; }
span { border-color: rgb(102,74,6); }
td.TdClassName
{
border-color: #664A06;
}
.TagClassName
{
border-color: #664A06;
}
</style>