Shades of Raw Umber #685909
Tints of Raw Umber #685909
RGB
CMYK
RGB Variations
Color information
#685909 (or 0x685909) is known color: Raw Umber. HEX triplet: 68, 59 and 09. RGB value is (104,89,9). Sum of RGB (Red+Green+Blue) = 104+89+9=202 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.49% from 202); Green value is 89 (35.16% from 255 or 44.06% from 202); Blue value is 9 (3.91% from 255 or 4.46% from 202); Max value from RGB is 104 - color contains mainly: red. Hex color #685909 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685909 is #97A6F6. Grayscale: #545454. Windows color (decimal): -9938679 or 612712. OLE color: 612712.
HSL color Cylindrical-coordinate representation of color #685909: hue angle of 50.53º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #685909 is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 89 | 9 | - |
| CMYK | 0 | 0.14 | 0.91 | 0.59 |
| HSL | 50.53º | 0.84% | 0.22% | - |
| HSV(B) | 50.53º | 0.91% | 0.41% | - |
| XYZ | 9.33 | 10.11 | 1.72 | - |
| YUV | 84.37 | 85.47 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 89 | 9 | 0 | 0.14 | 0.91 | 0.59 | 50.53 | 0.84 | 0.22 |
| Hex | 68 | 59 | 9 | 0 | E | 5B | 3B | 33 | 54 | 16 |
| Octal | 150 | 131 | 11 | 0 | 16 | 133 | 73 | 63 | 124 | 26 |
| Binary | 1101000 | 1011001 | 1001 | 0 | 1110 | 1011011 | 111011 | 110011 | 1010100 | 10110 |
Color Harmonies of #685909
Complementary color
Monochromatic Colors of #685909
Black with #685909
Text Example
Text Example
White with #685909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685909; }
p { color: rgb(104,89,9); }
H1.HeaderClassName
{
color: #685909;
}
.AnyTagClassName
{
color: #685909;
}
</style>
background-color css
<style>
a { background-color: #685909; }
a { background-color: rgb(104,89,9); }
div.DivClassName
{
background-color: #685909;
}
.BgClassName
{
background-color: #685909;
}
</style>
border-color css
<style>
span { border-color: #685909; }
span { border-color: rgb(104,89,9); }
td.TdClassName
{
border-color: #685909;
}
.TagClassName
{
border-color: #685909;
}
</style>