Shades of Raw Umber #685D03
Tints of Raw Umber #685D03
RGB
CMYK
RGB Variations
Color information
#685D03 (or 0x685D03) is known color: Raw Umber. HEX triplet: 68, 5D and 03. RGB value is (104,93,3). Sum of RGB (Red+Green+Blue) = 104+93+3=200 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52% from 200); Green value is 93 (36.72% from 255 or 46.5% from 200); Blue value is 3 (1.56% from 255 or 1.5% from 200); Max value from RGB is 104 - color contains mainly: red. Hex color #685D03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685D03 is #97A2FC. Grayscale: #565656. Windows color (decimal): -9937661 or 220520. OLE color: 220520.
HSL color Cylindrical-coordinate representation of color #685D03: hue angle of 53.47º 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 #685D03 is Cyan = 0, Magento = 0.11, Yellow = 0.97 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 93 | 3 | - |
| CMYK | 0 | 0.11 | 0.97 | 0.59 |
| HSL | 53.47º | 0.94% | 0.21% | - |
| HSV(B) | 53.47º | 0.97% | 0.41% | - |
| XYZ | 9.64 | 10.78 | 1.66 | - |
| YUV | 86.03 | 81.14 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 93 | 3 | 0 | 0.11 | 0.97 | 0.59 | 53.47 | 0.94 | 0.21 |
| Hex | 68 | 5D | 3 | 0 | B | 61 | 3B | 35 | 5E | 15 |
| Octal | 150 | 135 | 3 | 0 | 13 | 141 | 73 | 65 | 136 | 25 |
| Binary | 1101000 | 1011101 | 11 | 0 | 1011 | 1100001 | 111011 | 110101 | 1011110 | 10101 |
Color Harmonies of #685D03
Complementary color
Monochromatic Colors of #685D03
Black with #685D03
Text Example
Text Example
White with #685D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685D03; }
p { color: rgb(104,93,3); }
H1.HeaderClassName
{
color: #685D03;
}
.AnyTagClassName
{
color: #685D03;
}
</style>
background-color css
<style>
a { background-color: #685D03; }
a { background-color: rgb(104,93,3); }
div.DivClassName
{
background-color: #685D03;
}
.BgClassName
{
background-color: #685D03;
}
</style>
border-color css
<style>
span { border-color: #685D03; }
span { border-color: rgb(104,93,3); }
td.TdClassName
{
border-color: #685D03;
}
.TagClassName
{
border-color: #685D03;
}
</style>