Shades of Raw Umber #664D09
Tints of Raw Umber #664D09
RGB
CMYK
RGB Variations
Color information
#664D09 (or 0x664D09) is known color: Raw Umber. HEX triplet: 66, 4D and 09. RGB value is (102,77,9). Sum of RGB (Red+Green+Blue) = 102+77+9=188 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.26% from 188); Green value is 77 (30.47% from 255 or 40.96% from 188); Blue value is 9 (3.91% from 255 or 4.79% from 188); Max value from RGB is 102 - color contains mainly: red. Hex color #664D09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #664D09 is #99B2F6. Grayscale: #4D4D4D. Windows color (decimal): -10072823 or 609638. OLE color: 609638.
HSL color Cylindrical-coordinate representation of color #664D09: hue angle of 43.87º 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 #664D09 is Cyan = 0, Magento = 0.25, Yellow = 0.91 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 77 | 9 | - |
| CMYK | 0 | 0.25 | 0.91 | 0.6 |
| HSL | 43.87º | 0.84% | 0.22% | - |
| HSV(B) | 43.87º | 0.91% | 0.4% | - |
| XYZ | 8.18 | 8.15 | 1.4 | - |
| YUV | 76.72 | 89.78 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 77 | 9 | 0 | 0.25 | 0.91 | 0.6 | 43.87 | 0.84 | 0.22 |
| Hex | 66 | 4D | 9 | 0 | 19 | 5B | 3C | 2C | 54 | 16 |
| Octal | 146 | 115 | 11 | 0 | 31 | 133 | 74 | 54 | 124 | 26 |
| Binary | 1100110 | 1001101 | 1001 | 0 | 11001 | 1011011 | 111100 | 101100 | 1010100 | 10110 |
Color Harmonies of #664D09
Complementary color
Monochromatic Colors of #664D09
Black with #664D09
Text Example
Text Example
White with #664D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664D09; }
p { color: rgb(102,77,9); }
H1.HeaderClassName
{
color: #664D09;
}
.AnyTagClassName
{
color: #664D09;
}
</style>
background-color css
<style>
a { background-color: #664D09; }
a { background-color: rgb(102,77,9); }
div.DivClassName
{
background-color: #664D09;
}
.BgClassName
{
background-color: #664D09;
}
</style>
border-color css
<style>
span { border-color: #664D09; }
span { border-color: rgb(102,77,9); }
td.TdClassName
{
border-color: #664D09;
}
.TagClassName
{
border-color: #664D09;
}
</style>