Shades of Raw Umber #685603
Tints of Raw Umber #685603
RGB
CMYK
RGB Variations
Color information
#685603 (or 0x685603) is known color: Raw Umber. HEX triplet: 68, 56 and 03. RGB value is (104,86,3). Sum of RGB (Red+Green+Blue) = 104+86+3=193 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.89% from 193); Green value is 86 (33.98% from 255 or 44.56% from 193); Blue value is 3 (1.56% from 255 or 1.55% from 193); Max value from RGB is 104 - color contains mainly: red. Hex color #685603 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685603 is #97A9FC. Grayscale: #525252. Windows color (decimal): -9939453 or 218728. OLE color: 218728.
HSL color Cylindrical-coordinate representation of color #685603: hue angle of 49.31º 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 #685603 is Cyan = 0, Magento = 0.17, Yellow = 0.97 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 86 | 3 | - |
| CMYK | 0 | 0.17 | 0.97 | 0.59 |
| HSL | 49.31º | 0.94% | 0.21% | - |
| HSV(B) | 49.31º | 0.97% | 0.41% | - |
| XYZ | 9.05 | 9.61 | 1.46 | - |
| YUV | 81.92 | 83.46 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 86 | 3 | 0 | 0.17 | 0.97 | 0.59 | 49.31 | 0.94 | 0.21 |
| Hex | 68 | 56 | 3 | 0 | 11 | 61 | 3B | 31 | 5E | 15 |
| Octal | 150 | 126 | 3 | 0 | 21 | 141 | 73 | 61 | 136 | 25 |
| Binary | 1101000 | 1010110 | 11 | 0 | 10001 | 1100001 | 111011 | 110001 | 1011110 | 10101 |
Color Harmonies of #685603
Complementary color
Monochromatic Colors of #685603
Black with #685603
Text Example
Text Example
White with #685603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685603; }
p { color: rgb(104,86,3); }
H1.HeaderClassName
{
color: #685603;
}
.AnyTagClassName
{
color: #685603;
}
</style>
background-color css
<style>
a { background-color: #685603; }
a { background-color: rgb(104,86,3); }
div.DivClassName
{
background-color: #685603;
}
.BgClassName
{
background-color: #685603;
}
</style>
border-color css
<style>
span { border-color: #685603; }
span { border-color: rgb(104,86,3); }
td.TdClassName
{
border-color: #685603;
}
.TagClassName
{
border-color: #685603;
}
</style>