Shades of Raw Umber #685201
Tints of Raw Umber #685201
RGB
CMYK
RGB Variations
Color information
#685201 (or 0x685201) is known color: Raw Umber. HEX triplet: 68, 52 and 01. RGB value is (104,82,1). Sum of RGB (Red+Green+Blue) = 104+82+1=187 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.61% from 187); Green value is 82 (32.42% from 255 or 43.85% from 187); Blue value is 1 (0.78% from 255 or 0.53% from 187); Max value from RGB is 104 - color contains mainly: red. Hex color #685201 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685201 is #97ADFE. Grayscale: #4F4F4F. Windows color (decimal): -9940479 or 86632. OLE color: 86632.
HSL color Cylindrical-coordinate representation of color #685201: hue angle of 47.18º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #685201 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 82 | 1 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.59 |
| HSL | 47.18º | 0.98% | 0.21% | - |
| HSV(B) | 47.18º | 0.99% | 0.41% | - |
| XYZ | 8.73 | 8.98 | 1.3 | - |
| YUV | 79.34 | 83.79 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 82 | 1 | 0 | 0.21 | 0.99 | 0.59 | 47.18 | 0.98 | 0.21 |
| Hex | 68 | 52 | 1 | 0 | 15 | 63 | 3B | 2F | 62 | 15 |
| Octal | 150 | 122 | 1 | 0 | 25 | 143 | 73 | 57 | 142 | 25 |
| Binary | 1101000 | 1010010 | 1 | 0 | 10101 | 1100011 | 111011 | 101111 | 1100010 | 10101 |
Color Harmonies of #685201
Complementary color
Monochromatic Colors of #685201
Black with #685201
Text Example
Text Example
White with #685201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685201; }
p { color: rgb(104,82,1); }
H1.HeaderClassName
{
color: #685201;
}
.AnyTagClassName
{
color: #685201;
}
</style>
background-color css
<style>
a { background-color: #685201; }
a { background-color: rgb(104,82,1); }
div.DivClassName
{
background-color: #685201;
}
.BgClassName
{
background-color: #685201;
}
</style>
border-color css
<style>
span { border-color: #685201; }
span { border-color: rgb(104,82,1); }
td.TdClassName
{
border-color: #685201;
}
.TagClassName
{
border-color: #685201;
}
</style>