Shades of Raw Umber #685809
Tints of Raw Umber #685809
RGB
CMYK
RGB Variations
Color information
#685809 (or 0x685809) is known color: Raw Umber. HEX triplet: 68, 58 and 09. RGB value is (104,88,9). Sum of RGB (Red+Green+Blue) = 104+88+9=201 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.74% from 201); Green value is 88 (34.77% from 255 or 43.78% from 201); Blue value is 9 (3.91% from 255 or 4.48% from 201); Max value from RGB is 104 - color contains mainly: red. Hex color #685809 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685809 is #97A7F6. Grayscale: #545454. Windows color (decimal): -9938935 or 612456. OLE color: 612456.
HSL color Cylindrical-coordinate representation of color #685809: hue angle of 49.89º 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 #685809 is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 88 | 9 | - |
| CMYK | 0 | 0.15 | 0.91 | 0.59 |
| HSL | 49.89º | 0.84% | 0.22% | - |
| HSV(B) | 49.89º | 0.91% | 0.41% | - |
| XYZ | 9.25 | 9.94 | 1.69 | - |
| YUV | 83.78 | 85.8 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 88 | 9 | 0 | 0.15 | 0.91 | 0.59 | 49.89 | 0.84 | 0.22 |
| Hex | 68 | 58 | 9 | 0 | F | 5B | 3B | 32 | 54 | 16 |
| Octal | 150 | 130 | 11 | 0 | 17 | 133 | 73 | 62 | 124 | 26 |
| Binary | 1101000 | 1011000 | 1001 | 0 | 1111 | 1011011 | 111011 | 110010 | 1010100 | 10110 |
Color Harmonies of #685809
Complementary color
Monochromatic Colors of #685809
Black with #685809
Text Example
Text Example
White with #685809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685809; }
p { color: rgb(104,88,9); }
H1.HeaderClassName
{
color: #685809;
}
.AnyTagClassName
{
color: #685809;
}
</style>
background-color css
<style>
a { background-color: #685809; }
a { background-color: rgb(104,88,9); }
div.DivClassName
{
background-color: #685809;
}
.BgClassName
{
background-color: #685809;
}
</style>
border-color css
<style>
span { border-color: #685809; }
span { border-color: rgb(104,88,9); }
td.TdClassName
{
border-color: #685809;
}
.TagClassName
{
border-color: #685809;
}
</style>