Shades of Raw Umber #685A08
Tints of Raw Umber #685A08
RGB
CMYK
RGB Variations
Color information
#685A08 (or 0x685A08) is known color: Raw Umber. HEX triplet: 68, 5A and 08. RGB value is (104,90,8). Sum of RGB (Red+Green+Blue) = 104+90+8=202 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.49% from 202); Green value is 90 (35.55% from 255 or 44.55% from 202); Blue value is 8 (3.52% from 255 or 3.96% from 202); Max value from RGB is 104 - color contains mainly: red. Hex color #685A08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685A08 is #97A5F7. Grayscale: #555555. Windows color (decimal): -9938424 or 547432. OLE color: 547432.
HSL color Cylindrical-coordinate representation of color #685A08: hue angle of 51.25º 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 #685A08 is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 90 | 8 | - |
| CMYK | 0 | 0.13 | 0.92 | 0.59 |
| HSL | 51.25º | 0.86% | 0.22% | - |
| HSV(B) | 51.25º | 0.92% | 0.41% | - |
| XYZ | 9.41 | 10.27 | 1.72 | - |
| YUV | 84.84 | 84.64 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 90 | 8 | 0 | 0.13 | 0.92 | 0.59 | 51.25 | 0.86 | 0.22 |
| Hex | 68 | 5A | 8 | 0 | D | 5C | 3B | 33 | 56 | 16 |
| Octal | 150 | 132 | 10 | 0 | 15 | 134 | 73 | 63 | 126 | 26 |
| Binary | 1101000 | 1011010 | 1000 | 0 | 1101 | 1011100 | 111011 | 110011 | 1010110 | 10110 |
Color Harmonies of #685A08
Complementary color
Monochromatic Colors of #685A08
Black with #685A08
Text Example
Text Example
White with #685A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685A08; }
p { color: rgb(104,90,8); }
H1.HeaderClassName
{
color: #685A08;
}
.AnyTagClassName
{
color: #685A08;
}
</style>
background-color css
<style>
a { background-color: #685A08; }
a { background-color: rgb(104,90,8); }
div.DivClassName
{
background-color: #685A08;
}
.BgClassName
{
background-color: #685A08;
}
</style>
border-color css
<style>
span { border-color: #685A08; }
span { border-color: rgb(104,90,8); }
td.TdClassName
{
border-color: #685A08;
}
.TagClassName
{
border-color: #685A08;
}
</style>