Shades of Raw Umber #685602
Tints of Raw Umber #685602
RGB
CMYK
RGB Variations
Color information
#685602 (or 0x685602) is known color: Raw Umber. HEX triplet: 68, 56 and 02. RGB value is (104,86,2). Sum of RGB (Red+Green+Blue) = 104+86+2=192 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.17% from 192); Green value is 86 (33.98% from 255 or 44.79% from 192); Blue value is 2 (1.17% from 255 or 1.04% from 192); Max value from RGB is 104 - color contains mainly: red. Hex color #685602 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685602 is #97A9FD. Grayscale: #525252. Windows color (decimal): -9939454 or 153192. OLE color: 153192.
HSL color Cylindrical-coordinate representation of color #685602: hue angle of 49.41º 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 #685602 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 86 | 2 | - |
| CMYK | 0 | 0.17 | 0.98 | 0.59 |
| HSL | 49.41º | 0.96% | 0.21% | - |
| HSV(B) | 49.41º | 0.98% | 0.41% | - |
| XYZ | 9.05 | 9.6 | 1.43 | - |
| YUV | 81.81 | 82.96 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 86 | 2 | 0 | 0.17 | 0.98 | 0.59 | 49.41 | 0.96 | 0.21 |
| Hex | 68 | 56 | 2 | 0 | 11 | 62 | 3B | 31 | 60 | 15 |
| Octal | 150 | 126 | 2 | 0 | 21 | 142 | 73 | 61 | 140 | 25 |
| Binary | 1101000 | 1010110 | 10 | 0 | 10001 | 1100010 | 111011 | 110001 | 1100000 | 10101 |
Color Harmonies of #685602
Complementary color
Monochromatic Colors of #685602
Black with #685602
Text Example
Text Example
White with #685602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685602; }
p { color: rgb(104,86,2); }
H1.HeaderClassName
{
color: #685602;
}
.AnyTagClassName
{
color: #685602;
}
</style>
background-color css
<style>
a { background-color: #685602; }
a { background-color: rgb(104,86,2); }
div.DivClassName
{
background-color: #685602;
}
.BgClassName
{
background-color: #685602;
}
</style>
border-color css
<style>
span { border-color: #685602; }
span { border-color: rgb(104,86,2); }
td.TdClassName
{
border-color: #685602;
}
.TagClassName
{
border-color: #685602;
}
</style>