Shades of Raw Umber #685A09
Tints of Raw Umber #685A09
RGB
CMYK
RGB Variations
Color information
#685A09 (or 0x685A09) is known color: Raw Umber. HEX triplet: 68, 5A and 09. RGB value is (104,90,9). Sum of RGB (Red+Green+Blue) = 104+90+9=203 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.23% from 203); Green value is 90 (35.55% from 255 or 44.33% from 203); Blue value is 9 (3.91% from 255 or 4.43% from 203); Max value from RGB is 104 - color contains mainly: red. Hex color #685A09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685A09 is #97A5F6. Grayscale: #555555. Windows color (decimal): -9938423 or 612968. OLE color: 612968.
HSL color Cylindrical-coordinate representation of color #685A09: hue angle of 51.16º 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 #685A09 is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 90 | 9 | - |
| CMYK | 0 | 0.13 | 0.91 | 0.59 |
| HSL | 51.16º | 0.84% | 0.22% | - |
| HSV(B) | 51.16º | 0.91% | 0.41% | - |
| XYZ | 9.41 | 10.28 | 1.75 | - |
| YUV | 84.95 | 85.14 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 90 | 9 | 0 | 0.13 | 0.91 | 0.59 | 51.16 | 0.84 | 0.22 |
| Hex | 68 | 5A | 9 | 0 | D | 5B | 3B | 33 | 54 | 16 |
| Octal | 150 | 132 | 11 | 0 | 15 | 133 | 73 | 63 | 124 | 26 |
| Binary | 1101000 | 1011010 | 1001 | 0 | 1101 | 1011011 | 111011 | 110011 | 1010100 | 10110 |
Color Harmonies of #685A09
Complementary color
Monochromatic Colors of #685A09
Black with #685A09
Text Example
Text Example
White with #685A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685A09; }
p { color: rgb(104,90,9); }
H1.HeaderClassName
{
color: #685A09;
}
.AnyTagClassName
{
color: #685A09;
}
</style>
background-color css
<style>
a { background-color: #685A09; }
a { background-color: rgb(104,90,9); }
div.DivClassName
{
background-color: #685A09;
}
.BgClassName
{
background-color: #685A09;
}
</style>
border-color css
<style>
span { border-color: #685A09; }
span { border-color: rgb(104,90,9); }
td.TdClassName
{
border-color: #685A09;
}
.TagClassName
{
border-color: #685A09;
}
</style>