Shades of Raw Umber #664209
Tints of Raw Umber #664209
RGB
CMYK
RGB Variations
Color information
#664209 (or 0x664209) is known color: Raw Umber. HEX triplet: 66, 42 and 09. RGB value is (102,66,9). Sum of RGB (Red+Green+Blue) = 102+66+9=177 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.63% from 177); Green value is 66 (26.17% from 255 or 37.29% from 177); Blue value is 9 (3.91% from 255 or 5.08% from 177); Max value from RGB is 102 - color contains mainly: red. Hex color #664209 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664209 is #99BDF6. Grayscale: #464646. Windows color (decimal): -10075639 or 606822. OLE color: 606822.
HSL color Cylindrical-coordinate representation of color #664209: hue angle of 36.77º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #664209 is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 66 | 9 | - |
| CMYK | 0 | 0.35 | 0.91 | 0.6 |
| HSL | 36.77º | 0.84% | 0.22% | - |
| HSV(B) | 36.77º | 0.91% | 0.4% | - |
| XYZ | 7.48 | 6.74 | 1.17 | - |
| YUV | 70.27 | 93.43 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 66 | 9 | 0 | 0.35 | 0.91 | 0.6 | 36.77 | 0.84 | 0.22 |
| Hex | 66 | 42 | 9 | 0 | 23 | 5B | 3C | 25 | 54 | 16 |
| Octal | 146 | 102 | 11 | 0 | 43 | 133 | 74 | 45 | 124 | 26 |
| Binary | 1100110 | 1000010 | 1001 | 0 | 100011 | 1011011 | 111100 | 100101 | 1010100 | 10110 |
Color Harmonies of #664209
Complementary color
Monochromatic Colors of #664209
Black with #664209
Text Example
Text Example
White with #664209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664209; }
p { color: rgb(102,66,9); }
H1.HeaderClassName
{
color: #664209;
}
.AnyTagClassName
{
color: #664209;
}
</style>
background-color css
<style>
a { background-color: #664209; }
a { background-color: rgb(102,66,9); }
div.DivClassName
{
background-color: #664209;
}
.BgClassName
{
background-color: #664209;
}
</style>
border-color css
<style>
span { border-color: #664209; }
span { border-color: rgb(102,66,9); }
td.TdClassName
{
border-color: #664209;
}
.TagClassName
{
border-color: #664209;
}
</style>