Shades of Raw Umber #664509
Tints of Raw Umber #664509
RGB
CMYK
RGB Variations
Color information
#664509 (or 0x664509) is known color: Raw Umber. HEX triplet: 66, 45 and 09. RGB value is (102,69,9). Sum of RGB (Red+Green+Blue) = 102+69+9=180 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.67% from 180); Green value is 69 (27.34% from 255 or 38.33% from 180); Blue value is 9 (3.91% from 255 or 5% from 180); Max value from RGB is 102 - color contains mainly: red. Hex color #664509 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664509 is #99BAF6. Grayscale: #484848. Windows color (decimal): -10074871 or 607590. OLE color: 607590.
HSL color Cylindrical-coordinate representation of color #664509: hue angle of 38.71º 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 #664509 is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 69 | 9 | - |
| CMYK | 0 | 0.32 | 0.91 | 0.6 |
| HSL | 38.71º | 0.84% | 0.22% | - |
| HSV(B) | 38.71º | 0.91% | 0.4% | - |
| XYZ | 7.66 | 7.1 | 1.23 | - |
| YUV | 72.03 | 92.43 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 69 | 9 | 0 | 0.32 | 0.91 | 0.6 | 38.71 | 0.84 | 0.22 |
| Hex | 66 | 45 | 9 | 0 | 20 | 5B | 3C | 27 | 54 | 16 |
| Octal | 146 | 105 | 11 | 0 | 40 | 133 | 74 | 47 | 124 | 26 |
| Binary | 1100110 | 1000101 | 1001 | 0 | 100000 | 1011011 | 111100 | 100111 | 1010100 | 10110 |
Color Harmonies of #664509
Complementary color
Monochromatic Colors of #664509
Black with #664509
Text Example
Text Example
White with #664509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664509; }
p { color: rgb(102,69,9); }
H1.HeaderClassName
{
color: #664509;
}
.AnyTagClassName
{
color: #664509;
}
</style>
background-color css
<style>
a { background-color: #664509; }
a { background-color: rgb(102,69,9); }
div.DivClassName
{
background-color: #664509;
}
.BgClassName
{
background-color: #664509;
}
</style>
border-color css
<style>
span { border-color: #664509; }
span { border-color: rgb(102,69,9); }
td.TdClassName
{
border-color: #664509;
}
.TagClassName
{
border-color: #664509;
}
</style>