Shades of Raw Umber #685803
Tints of Raw Umber #685803
RGB
CMYK
RGB Variations
Color information
#685803 (or 0x685803) is known color: Raw Umber. HEX triplet: 68, 58 and 03. RGB value is (104,88,3). Sum of RGB (Red+Green+Blue) = 104+88+3=195 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.33% from 195); Green value is 88 (34.77% from 255 or 45.13% from 195); Blue value is 3 (1.56% from 255 or 1.54% from 195); Max value from RGB is 104 - color contains mainly: red. Hex color #685803 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685803 is #97A7FC. Grayscale: #535353. Windows color (decimal): -9938941 or 219240. OLE color: 219240.
HSL color Cylindrical-coordinate representation of color #685803: hue angle of 50.5º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #685803 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 88 | 3 | - |
| CMYK | 0 | 0.15 | 0.97 | 0.59 |
| HSL | 50.5º | 0.94% | 0.21% | - |
| HSV(B) | 50.5º | 0.97% | 0.41% | - |
| XYZ | 9.22 | 9.93 | 1.52 | - |
| YUV | 83.09 | 82.8 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 88 | 3 | 0 | 0.15 | 0.97 | 0.59 | 50.5 | 0.94 | 0.21 |
| Hex | 68 | 58 | 3 | 0 | F | 61 | 3B | 32 | 5E | 15 |
| Octal | 150 | 130 | 3 | 0 | 17 | 141 | 73 | 62 | 136 | 25 |
| Binary | 1101000 | 1011000 | 11 | 0 | 1111 | 1100001 | 111011 | 110010 | 1011110 | 10101 |
Color Harmonies of #685803
Complementary color
Monochromatic Colors of #685803
Black with #685803
Text Example
Text Example
White with #685803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685803; }
p { color: rgb(104,88,3); }
H1.HeaderClassName
{
color: #685803;
}
.AnyTagClassName
{
color: #685803;
}
</style>
background-color css
<style>
a { background-color: #685803; }
a { background-color: rgb(104,88,3); }
div.DivClassName
{
background-color: #685803;
}
.BgClassName
{
background-color: #685803;
}
</style>
border-color css
<style>
span { border-color: #685803; }
span { border-color: rgb(104,88,3); }
td.TdClassName
{
border-color: #685803;
}
.TagClassName
{
border-color: #685803;
}
</style>