Shades of Raw Umber #685B0A
Tints of Raw Umber #685B0A
RGB
CMYK
RGB Variations
Color information
#685B0A (or 0x685B0A) is known color: Raw Umber. HEX triplet: 68, 5B and 0A. RGB value is (104,91,10). Sum of RGB (Red+Green+Blue) = 104+91+10=205 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.73% from 205); Green value is 91 (35.94% from 255 or 44.39% from 205); Blue value is 10 (4.30% from 255 or 4.88% from 205); Max value from RGB is 104 - color contains mainly: red. Hex color #685B0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685B0A is #97A4F5. Grayscale: #555555. Windows color (decimal): -9938166 or 678760. OLE color: 678760.
HSL color Cylindrical-coordinate representation of color #685B0A: hue angle of 51.7º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #685B0A is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 91 | 10 | - |
| CMYK | 0 | 0.12 | 0.90 | 0.59 |
| HSL | 51.7º | 0.82% | 0.22% | - |
| HSV(B) | 51.7º | 0.9% | 0.41% | - |
| XYZ | 9.5 | 10.45 | 1.8 | - |
| YUV | 85.65 | 85.31 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 91 | 10 | 0 | 0.12 | 0.90 | 0.59 | 51.7 | 0.82 | 0.22 |
| Hex | 68 | 5B | A | 0 | C | 5A | 3B | 34 | 52 | 16 |
| Octal | 150 | 133 | 12 | 0 | 14 | 132 | 73 | 64 | 122 | 26 |
| Binary | 1101000 | 1011011 | 1010 | 0 | 1100 | 1011010 | 111011 | 110100 | 1010010 | 10110 |
Color Harmonies of #685B0A
Complementary color
Monochromatic Colors of #685B0A
Black with #685B0A
Text Example
Text Example
White with #685B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685B0A; }
p { color: rgb(104,91,10); }
H1.HeaderClassName
{
color: #685B0A;
}
.AnyTagClassName
{
color: #685B0A;
}
</style>
background-color css
<style>
a { background-color: #685B0A; }
a { background-color: rgb(104,91,10); }
div.DivClassName
{
background-color: #685B0A;
}
.BgClassName
{
background-color: #685B0A;
}
</style>
border-color css
<style>
span { border-color: #685B0A; }
span { border-color: rgb(104,91,10); }
td.TdClassName
{
border-color: #685B0A;
}
.TagClassName
{
border-color: #685B0A;
}
</style>