Shades of Raw Umber #685808
Tints of Raw Umber #685808
RGB
CMYK
RGB Variations
Color information
#685808 (or 0x685808) is known color: Raw Umber. HEX triplet: 68, 58 and 08. RGB value is (104,88,8). Sum of RGB (Red+Green+Blue) = 104+88+8=200 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52% from 200); Green value is 88 (34.77% from 255 or 44% from 200); Blue value is 8 (3.52% from 255 or 4% from 200); Max value from RGB is 104 - color contains mainly: red. Hex color #685808 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685808 is #97A7F7. Grayscale: #535353. Windows color (decimal): -9938936 or 546920. OLE color: 546920.
HSL color Cylindrical-coordinate representation of color #685808: hue angle of 50º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #685808 is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 88 | 8 | - |
| CMYK | 0 | 0.15 | 0.92 | 0.59 |
| HSL | 50º | 0.86% | 0.22% | - |
| HSV(B) | 50º | 0.92% | 0.41% | - |
| XYZ | 9.24 | 9.94 | 1.66 | - |
| YUV | 83.66 | 85.3 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 88 | 8 | 0 | 0.15 | 0.92 | 0.59 | 50 | 0.86 | 0.22 |
| Hex | 68 | 58 | 8 | 0 | F | 5C | 3B | 32 | 56 | 16 |
| Octal | 150 | 130 | 10 | 0 | 17 | 134 | 73 | 62 | 126 | 26 |
| Binary | 1101000 | 1011000 | 1000 | 0 | 1111 | 1011100 | 111011 | 110010 | 1010110 | 10110 |
Color Harmonies of #685808
Complementary color
Monochromatic Colors of #685808
Black with #685808
Text Example
Text Example
White with #685808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685808; }
p { color: rgb(104,88,8); }
H1.HeaderClassName
{
color: #685808;
}
.AnyTagClassName
{
color: #685808;
}
</style>
background-color css
<style>
a { background-color: #685808; }
a { background-color: rgb(104,88,8); }
div.DivClassName
{
background-color: #685808;
}
.BgClassName
{
background-color: #685808;
}
</style>
border-color css
<style>
span { border-color: #685808; }
span { border-color: rgb(104,88,8); }
td.TdClassName
{
border-color: #685808;
}
.TagClassName
{
border-color: #685808;
}
</style>