Shades of Raw Umber #665111
Tints of Raw Umber #665111
RGB
CMYK
RGB Variations
Color information
#665111 (or 0x665111) is known color: Raw Umber. HEX triplet: 66, 51 and 11. RGB value is (102,81,17). Sum of RGB (Red+Green+Blue) = 102+81+17=200 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51% from 200); Green value is 81 (32.03% from 255 or 40.5% from 200); Blue value is 17 (7.03% from 255 or 8.5% from 200); Max value from RGB is 102 - color contains mainly: red. Hex color #665111 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665111 is #99AEEE. Grayscale: #505050. Windows color (decimal): -10071791 or 1134950. OLE color: 1134950.
HSL color Cylindrical-coordinate representation of color #665111: hue angle of 45.18º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #665111 is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 81 | 17 | - |
| CMYK | 0 | 0.21 | 0.83 | 0.6 |
| HSL | 45.18º | 0.71% | 0.23% | - |
| HSV(B) | 45.18º | 0.83% | 0.4% | - |
| XYZ | 8.52 | 8.75 | 1.77 | - |
| YUV | 79.98 | 92.46 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 81 | 17 | 0 | 0.21 | 0.83 | 0.6 | 45.18 | 0.71 | 0.23 |
| Hex | 66 | 51 | 11 | 0 | 15 | 53 | 3C | 2D | 47 | 17 |
| Octal | 146 | 121 | 21 | 0 | 25 | 123 | 74 | 55 | 107 | 27 |
| Binary | 1100110 | 1010001 | 10001 | 0 | 10101 | 1010011 | 111100 | 101101 | 1000111 | 10111 |
Color Harmonies of #665111
Complementary color
Monochromatic Colors of #665111
Black with #665111
Text Example
Text Example
White with #665111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665111; }
p { color: rgb(102,81,17); }
H1.HeaderClassName
{
color: #665111;
}
.AnyTagClassName
{
color: #665111;
}
</style>
background-color css
<style>
a { background-color: #665111; }
a { background-color: rgb(102,81,17); }
div.DivClassName
{
background-color: #665111;
}
.BgClassName
{
background-color: #665111;
}
</style>
border-color css
<style>
span { border-color: #665111; }
span { border-color: rgb(102,81,17); }
td.TdClassName
{
border-color: #665111;
}
.TagClassName
{
border-color: #665111;
}
</style>