Shades of Raw Umber #664706
Tints of Raw Umber #664706
RGB
CMYK
RGB Variations
Color information
#664706 (or 0x664706) is known color: Raw Umber. HEX triplet: 66, 47 and 06. RGB value is (102,71,6). Sum of RGB (Red+Green+Blue) = 102+71+6=179 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.98% from 179); Green value is 71 (28.12% from 255 or 39.66% from 179); Blue value is 6 (2.73% from 255 or 3.35% from 179); Max value from RGB is 102 - color contains mainly: red. Hex color #664706 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664706 is #99B8F9. Grayscale: #494949. Windows color (decimal): -10074362 or 411494. OLE color: 411494.
HSL color Cylindrical-coordinate representation of color #664706: hue angle of 40.62º 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 #664706 is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 71 | 6 | - |
| CMYK | 0 | 0.30 | 0.94 | 0.6 |
| HSL | 40.63º | 0.89% | 0.21% | - |
| HSV(B) | 40.63º | 0.94% | 0.4% | - |
| XYZ | 7.77 | 7.34 | 1.18 | - |
| YUV | 72.86 | 90.27 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 71 | 6 | 0 | 0.30 | 0.94 | 0.6 | 40.63 | 0.89 | 0.21 |
| Hex | 66 | 47 | 6 | 0 | 1E | 5E | 3C | 29 | 59 | 15 |
| Octal | 146 | 107 | 6 | 0 | 36 | 136 | 74 | 51 | 131 | 25 |
| Binary | 1100110 | 1000111 | 110 | 0 | 11110 | 1011110 | 111100 | 101001 | 1011001 | 10101 |
Color Harmonies of #664706
Complementary color
Monochromatic Colors of #664706
Black with #664706
Text Example
Text Example
White with #664706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664706; }
p { color: rgb(102,71,6); }
H1.HeaderClassName
{
color: #664706;
}
.AnyTagClassName
{
color: #664706;
}
</style>
background-color css
<style>
a { background-color: #664706; }
a { background-color: rgb(102,71,6); }
div.DivClassName
{
background-color: #664706;
}
.BgClassName
{
background-color: #664706;
}
</style>
border-color css
<style>
span { border-color: #664706; }
span { border-color: rgb(102,71,6); }
td.TdClassName
{
border-color: #664706;
}
.TagClassName
{
border-color: #664706;
}
</style>