Shades of Raw Umber #665609
Tints of Raw Umber #665609
RGB
CMYK
RGB Variations
Color information
#665609 (or 0x665609) is known color: Raw Umber. HEX triplet: 66, 56 and 09. RGB value is (102,86,9). Sum of RGB (Red+Green+Blue) = 102+86+9=197 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.78% from 197); Green value is 86 (33.98% from 255 or 43.65% from 197); Blue value is 9 (3.91% from 255 or 4.57% from 197); Max value from RGB is 102 - color contains mainly: red. Hex color #665609 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665609 is #99A9F6. Grayscale: #525252. Windows color (decimal): -10070519 or 611942. OLE color: 611942.
HSL color Cylindrical-coordinate representation of color #665609: hue angle of 49.68º 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 #665609 is Cyan = 0, Magento = 0.16, Yellow = 0.91 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 86 | 9 | - |
| CMYK | 0 | 0.16 | 0.91 | 0.6 |
| HSL | 49.68º | 0.84% | 0.22% | - |
| HSV(B) | 49.68º | 0.91% | 0.4% | - |
| XYZ | 8.86 | 9.5 | 1.63 | - |
| YUV | 82.01 | 86.8 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 86 | 9 | 0 | 0.16 | 0.91 | 0.6 | 49.68 | 0.84 | 0.22 |
| Hex | 66 | 56 | 9 | 0 | 10 | 5B | 3C | 32 | 54 | 16 |
| Octal | 146 | 126 | 11 | 0 | 20 | 133 | 74 | 62 | 124 | 26 |
| Binary | 1100110 | 1010110 | 1001 | 0 | 10000 | 1011011 | 111100 | 110010 | 1010100 | 10110 |
Color Harmonies of #665609
Complementary color
Monochromatic Colors of #665609
Black with #665609
Text Example
Text Example
White with #665609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665609; }
p { color: rgb(102,86,9); }
H1.HeaderClassName
{
color: #665609;
}
.AnyTagClassName
{
color: #665609;
}
</style>
background-color css
<style>
a { background-color: #665609; }
a { background-color: rgb(102,86,9); }
div.DivClassName
{
background-color: #665609;
}
.BgClassName
{
background-color: #665609;
}
</style>
border-color css
<style>
span { border-color: #665609; }
span { border-color: rgb(102,86,9); }
td.TdClassName
{
border-color: #665609;
}
.TagClassName
{
border-color: #665609;
}
</style>