Shades of Raw Umber #664006
Tints of Raw Umber #664006
RGB
CMYK
RGB Variations
Color information
#664006 (or 0x664006) is known color: Raw Umber. HEX triplet: 66, 40 and 06. RGB value is (102,64,6). Sum of RGB (Red+Green+Blue) = 102+64+6=172 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.30% from 172); Green value is 64 (25.39% from 255 or 37.21% from 172); Blue value is 6 (2.73% from 255 or 3.49% from 172); Max value from RGB is 102 - color contains mainly: red. Hex color #664006 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664006 is #99BFF9. Grayscale: #454545. Windows color (decimal): -10076154 or 409702. OLE color: 409702.
HSL color Cylindrical-coordinate representation of color #664006: hue angle of 36.25º 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 #664006 is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 64 | 6 | - |
| CMYK | 0 | 0.37 | 0.94 | 0.6 |
| HSL | 36.25º | 0.89% | 0.21% | - |
| HSV(B) | 36.25º | 0.94% | 0.4% | - |
| XYZ | 7.35 | 6.5 | 1.04 | - |
| YUV | 68.75 | 92.59 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 64 | 6 | 0 | 0.37 | 0.94 | 0.6 | 36.25 | 0.89 | 0.21 |
| Hex | 66 | 40 | 6 | 0 | 25 | 5E | 3C | 24 | 59 | 15 |
| Octal | 146 | 100 | 6 | 0 | 45 | 136 | 74 | 44 | 131 | 25 |
| Binary | 1100110 | 1000000 | 110 | 0 | 100101 | 1011110 | 111100 | 100100 | 1011001 | 10101 |
Color Harmonies of #664006
Complementary color
Monochromatic Colors of #664006
Black with #664006
Text Example
Text Example
White with #664006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664006; }
p { color: rgb(102,64,6); }
H1.HeaderClassName
{
color: #664006;
}
.AnyTagClassName
{
color: #664006;
}
</style>
background-color css
<style>
a { background-color: #664006; }
a { background-color: rgb(102,64,6); }
div.DivClassName
{
background-color: #664006;
}
.BgClassName
{
background-color: #664006;
}
</style>
border-color css
<style>
span { border-color: #664006; }
span { border-color: rgb(102,64,6); }
td.TdClassName
{
border-color: #664006;
}
.TagClassName
{
border-color: #664006;
}
</style>