Shades of Raw Umber #685203
Tints of Raw Umber #685203
RGB
CMYK
RGB Variations
Color information
#685203 (or 0x685203) is known color: Raw Umber. HEX triplet: 68, 52 and 03. RGB value is (104,82,3). Sum of RGB (Red+Green+Blue) = 104+82+3=189 (25% of max value = 765). Red value is 104 (41.02% from 255 or 55.03% from 189); Green value is 82 (32.42% from 255 or 43.39% from 189); Blue value is 3 (1.56% from 255 or 1.59% from 189); Max value from RGB is 104 - color contains mainly: red. Hex color #685203 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685203 is #97ADFC. Grayscale: #4F4F4F. Windows color (decimal): -9940477 or 217704. OLE color: 217704.
HSL color Cylindrical-coordinate representation of color #685203: hue angle of 46.93º 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 #685203 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 82 | 3 | - |
| CMYK | 0 | 0.21 | 0.97 | 0.59 |
| HSL | 46.93º | 0.94% | 0.21% | - |
| HSV(B) | 46.93º | 0.97% | 0.41% | - |
| XYZ | 8.74 | 8.98 | 1.36 | - |
| YUV | 79.57 | 84.79 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 82 | 3 | 0 | 0.21 | 0.97 | 0.59 | 46.93 | 0.94 | 0.21 |
| Hex | 68 | 52 | 3 | 0 | 15 | 61 | 3B | 2F | 5E | 15 |
| Octal | 150 | 122 | 3 | 0 | 25 | 141 | 73 | 57 | 136 | 25 |
| Binary | 1101000 | 1010010 | 11 | 0 | 10101 | 1100001 | 111011 | 101111 | 1011110 | 10101 |
Color Harmonies of #685203
Complementary color
Monochromatic Colors of #685203
Black with #685203
Text Example
Text Example
White with #685203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685203; }
p { color: rgb(104,82,3); }
H1.HeaderClassName
{
color: #685203;
}
.AnyTagClassName
{
color: #685203;
}
</style>
background-color css
<style>
a { background-color: #685203; }
a { background-color: rgb(104,82,3); }
div.DivClassName
{
background-color: #685203;
}
.BgClassName
{
background-color: #685203;
}
</style>
border-color css
<style>
span { border-color: #685203; }
span { border-color: rgb(104,82,3); }
td.TdClassName
{
border-color: #685203;
}
.TagClassName
{
border-color: #685203;
}
</style>