Shades of Raw Umber #685206
Tints of Raw Umber #685206
RGB
CMYK
RGB Variations
Color information
#685206 (or 0x685206) is known color: Raw Umber. HEX triplet: 68, 52 and 06. RGB value is (104,82,6). Sum of RGB (Red+Green+Blue) = 104+82+6=192 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.17% from 192); Green value is 82 (32.42% from 255 or 42.71% from 192); Blue value is 6 (2.73% from 255 or 3.12% from 192); Max value from RGB is 104 - color contains mainly: red. Hex color #685206 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685206 is #97ADF9. Grayscale: #505050. Windows color (decimal): -9940474 or 414312. OLE color: 414312.
HSL color Cylindrical-coordinate representation of color #685206: hue angle of 46.53º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #685206 is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 82 | 6 | - |
| CMYK | 0 | 0.21 | 0.94 | 0.59 |
| HSL | 46.53º | 0.89% | 0.22% | - |
| HSV(B) | 46.53º | 0.94% | 0.41% | - |
| XYZ | 8.76 | 8.99 | 1.45 | - |
| YUV | 79.91 | 86.29 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 82 | 6 | 0 | 0.21 | 0.94 | 0.59 | 46.53 | 0.89 | 0.22 |
| Hex | 68 | 52 | 6 | 0 | 15 | 5E | 3B | 2F | 59 | 16 |
| Octal | 150 | 122 | 6 | 0 | 25 | 136 | 73 | 57 | 131 | 26 |
| Binary | 1101000 | 1010010 | 110 | 0 | 10101 | 1011110 | 111011 | 101111 | 1011001 | 10110 |
Color Harmonies of #685206
Complementary color
Monochromatic Colors of #685206
Black with #685206
Text Example
Text Example
White with #685206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685206; }
p { color: rgb(104,82,6); }
H1.HeaderClassName
{
color: #685206;
}
.AnyTagClassName
{
color: #685206;
}
</style>
background-color css
<style>
a { background-color: #685206; }
a { background-color: rgb(104,82,6); }
div.DivClassName
{
background-color: #685206;
}
.BgClassName
{
background-color: #685206;
}
</style>
border-color css
<style>
span { border-color: #685206; }
span { border-color: rgb(104,82,6); }
td.TdClassName
{
border-color: #685206;
}
.TagClassName
{
border-color: #685206;
}
</style>