Shades of Raw Umber #685B03
Tints of Raw Umber #685B03
RGB
CMYK
RGB Variations
Color information
#685B03 (or 0x685B03) is known color: Raw Umber. HEX triplet: 68, 5B and 03. RGB value is (104,91,3). Sum of RGB (Red+Green+Blue) = 104+91+3=198 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.53% from 198); Green value is 91 (35.94% from 255 or 45.96% from 198); Blue value is 3 (1.56% from 255 or 1.52% from 198); Max value from RGB is 104 - color contains mainly: red. Hex color #685B03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685B03 is #97A4FC. Grayscale: #555555. Windows color (decimal): -9938173 or 220008. OLE color: 220008.
HSL color Cylindrical-coordinate representation of color #685B03: hue angle of 52.28º 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 #685B03 is Cyan = 0, Magento = 0.12, Yellow = 0.97 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 91 | 3 | - |
| CMYK | 0 | 0.12 | 0.97 | 0.59 |
| HSL | 52.28º | 0.94% | 0.21% | - |
| HSV(B) | 52.28º | 0.97% | 0.41% | - |
| XYZ | 9.47 | 10.43 | 1.6 | - |
| YUV | 84.86 | 81.81 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 91 | 3 | 0 | 0.12 | 0.97 | 0.59 | 52.28 | 0.94 | 0.21 |
| Hex | 68 | 5B | 3 | 0 | C | 61 | 3B | 34 | 5E | 15 |
| Octal | 150 | 133 | 3 | 0 | 14 | 141 | 73 | 64 | 136 | 25 |
| Binary | 1101000 | 1011011 | 11 | 0 | 1100 | 1100001 | 111011 | 110100 | 1011110 | 10101 |
Color Harmonies of #685B03
Complementary color
Monochromatic Colors of #685B03
Black with #685B03
Text Example
Text Example
White with #685B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685B03; }
p { color: rgb(104,91,3); }
H1.HeaderClassName
{
color: #685B03;
}
.AnyTagClassName
{
color: #685B03;
}
</style>
background-color css
<style>
a { background-color: #685B03; }
a { background-color: rgb(104,91,3); }
div.DivClassName
{
background-color: #685B03;
}
.BgClassName
{
background-color: #685B03;
}
</style>
border-color css
<style>
span { border-color: #685B03; }
span { border-color: rgb(104,91,3); }
td.TdClassName
{
border-color: #685B03;
}
.TagClassName
{
border-color: #685B03;
}
</style>