Shades of Raw Umber #665112
Tints of Raw Umber #665112
RGB
CMYK
RGB Variations
Color information
#665112 (or 0x665112) is known color: Raw Umber. HEX triplet: 66, 51 and 12. RGB value is (102,81,18). Sum of RGB (Red+Green+Blue) = 102+81+18=201 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.75% from 201); Green value is 81 (32.03% from 255 or 40.30% from 201); Blue value is 18 (7.42% from 255 or 8.96% from 201); Max value from RGB is 102 - color contains mainly: red. Hex color #665112 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665112 is #99AEED. Grayscale: #505050. Windows color (decimal): -10071790 or 1200486. OLE color: 1200486.
HSL color Cylindrical-coordinate representation of color #665112: hue angle of 45º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #665112 is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 81 | 18 | - |
| CMYK | 0 | 0.21 | 0.82 | 0.6 |
| HSL | 45º | 0.7% | 0.24% | - |
| HSV(B) | 45º | 0.82% | 0.4% | - |
| XYZ | 8.53 | 8.75 | 1.81 | - |
| YUV | 80.1 | 92.96 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 81 | 18 | 0 | 0.21 | 0.82 | 0.6 | 45 | 0.7 | 0.24 |
| Hex | 66 | 51 | 12 | 0 | 15 | 52 | 3C | 2D | 46 | 18 |
| Octal | 146 | 121 | 22 | 0 | 25 | 122 | 74 | 55 | 106 | 30 |
| Binary | 1100110 | 1010001 | 10010 | 0 | 10101 | 1010010 | 111100 | 101101 | 1000110 | 11000 |
Color Harmonies of #665112
Complementary color
Monochromatic Colors of #665112
Black with #665112
Text Example
Text Example
White with #665112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665112; }
p { color: rgb(102,81,18); }
H1.HeaderClassName
{
color: #665112;
}
.AnyTagClassName
{
color: #665112;
}
</style>
background-color css
<style>
a { background-color: #665112; }
a { background-color: rgb(102,81,18); }
div.DivClassName
{
background-color: #665112;
}
.BgClassName
{
background-color: #665112;
}
</style>
border-color css
<style>
span { border-color: #665112; }
span { border-color: rgb(102,81,18); }
td.TdClassName
{
border-color: #665112;
}
.TagClassName
{
border-color: #665112;
}
</style>