Shades of Raw Umber #685211
Tints of Raw Umber #685211
RGB
CMYK
RGB Variations
Color information
#685211 (or 0x685211) is known color: Raw Umber. HEX triplet: 68, 52 and 11. RGB value is (104,82,17). Sum of RGB (Red+Green+Blue) = 104+82+17=203 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.23% from 203); Green value is 82 (32.42% from 255 or 40.39% from 203); Blue value is 17 (7.03% from 255 or 8.37% from 203); Max value from RGB is 104 - color contains mainly: red. Hex color #685211 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685211 is #97ADEE. Grayscale: #515151. Windows color (decimal): -9940463 or 1135208. OLE color: 1135208.
HSL color Cylindrical-coordinate representation of color #685211: hue angle of 44.83º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #685211 is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 82 | 17 | - |
| CMYK | 0 | 0.21 | 0.84 | 0.59 |
| HSL | 44.83º | 0.72% | 0.24% | - |
| HSV(B) | 44.83º | 0.84% | 0.41% | - |
| XYZ | 8.83 | 9.02 | 1.81 | - |
| YUV | 81.17 | 91.79 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 82 | 17 | 0 | 0.21 | 0.84 | 0.59 | 44.83 | 0.72 | 0.24 |
| Hex | 68 | 52 | 11 | 0 | 15 | 54 | 3B | 2D | 48 | 18 |
| Octal | 150 | 122 | 21 | 0 | 25 | 124 | 73 | 55 | 110 | 30 |
| Binary | 1101000 | 1010010 | 10001 | 0 | 10101 | 1010100 | 111011 | 101101 | 1001000 | 11000 |
Color Harmonies of #685211
Complementary color
Monochromatic Colors of #685211
Black with #685211
Text Example
Text Example
White with #685211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685211; }
p { color: rgb(104,82,17); }
H1.HeaderClassName
{
color: #685211;
}
.AnyTagClassName
{
color: #685211;
}
</style>
background-color css
<style>
a { background-color: #685211; }
a { background-color: rgb(104,82,17); }
div.DivClassName
{
background-color: #685211;
}
.BgClassName
{
background-color: #685211;
}
</style>
border-color css
<style>
span { border-color: #685211; }
span { border-color: rgb(104,82,17); }
td.TdClassName
{
border-color: #685211;
}
.TagClassName
{
border-color: #685211;
}
</style>