Shades of Raw Umber #685802
Tints of Raw Umber #685802
RGB
CMYK
RGB Variations
Color information
#685802 (or 0x685802) is known color: Raw Umber. HEX triplet: 68, 58 and 02. RGB value is (104,88,2). Sum of RGB (Red+Green+Blue) = 104+88+2=194 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.61% from 194); Green value is 88 (34.77% from 255 or 45.36% from 194); Blue value is 2 (1.17% from 255 or 1.03% from 194); Max value from RGB is 104 - color contains mainly: red. Hex color #685802 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685802 is #97A7FD. Grayscale: #535353. Windows color (decimal): -9938942 or 153704. OLE color: 153704.
HSL color Cylindrical-coordinate representation of color #685802: hue angle of 50.59º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #685802 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 88 | 2 | - |
| CMYK | 0 | 0.15 | 0.98 | 0.59 |
| HSL | 50.59º | 0.96% | 0.21% | - |
| HSV(B) | 50.59º | 0.98% | 0.41% | - |
| XYZ | 9.21 | 9.93 | 1.49 | - |
| YUV | 82.98 | 82.3 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 88 | 2 | 0 | 0.15 | 0.98 | 0.59 | 50.59 | 0.96 | 0.21 |
| Hex | 68 | 58 | 2 | 0 | F | 62 | 3B | 33 | 60 | 15 |
| Octal | 150 | 130 | 2 | 0 | 17 | 142 | 73 | 63 | 140 | 25 |
| Binary | 1101000 | 1011000 | 10 | 0 | 1111 | 1100010 | 111011 | 110011 | 1100000 | 10101 |
Color Harmonies of #685802
Complementary color
Monochromatic Colors of #685802
Black with #685802
Text Example
Text Example
White with #685802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685802; }
p { color: rgb(104,88,2); }
H1.HeaderClassName
{
color: #685802;
}
.AnyTagClassName
{
color: #685802;
}
</style>
background-color css
<style>
a { background-color: #685802; }
a { background-color: rgb(104,88,2); }
div.DivClassName
{
background-color: #685802;
}
.BgClassName
{
background-color: #685802;
}
</style>
border-color css
<style>
span { border-color: #685802; }
span { border-color: rgb(104,88,2); }
td.TdClassName
{
border-color: #685802;
}
.TagClassName
{
border-color: #685802;
}
</style>