Shades of Raw Umber #685E02
Tints of Raw Umber #685E02
RGB
CMYK
RGB Variations
Color information
#685E02 (or 0x685E02) is known color: Raw Umber. HEX triplet: 68, 5E and 02. RGB value is (104,94,2). Sum of RGB (Red+Green+Blue) = 104+94+2=200 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52% from 200); Green value is 94 (37.11% from 255 or 47% from 200); Blue value is 2 (1.17% from 255 or 1% from 200); Max value from RGB is 104 - color contains mainly: red. Hex color #685E02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685E02 is #97A1FD. Grayscale: #565656. Windows color (decimal): -9937406 or 155240. OLE color: 155240.
HSL color Cylindrical-coordinate representation of color #685E02: hue angle of 54.12º 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 #685E02 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 94 | 2 | - |
| CMYK | 0 | 0.10 | 0.98 | 0.59 |
| HSL | 54.12º | 0.96% | 0.21% | - |
| HSV(B) | 54.12º | 0.98% | 0.41% | - |
| XYZ | 9.72 | 10.95 | 1.66 | - |
| YUV | 86.5 | 80.31 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 94 | 2 | 0 | 0.10 | 0.98 | 0.59 | 54.12 | 0.96 | 0.21 |
| Hex | 68 | 5E | 2 | 0 | A | 62 | 3B | 36 | 60 | 15 |
| Octal | 150 | 136 | 2 | 0 | 12 | 142 | 73 | 66 | 140 | 25 |
| Binary | 1101000 | 1011110 | 10 | 0 | 1010 | 1100010 | 111011 | 110110 | 1100000 | 10101 |
Color Harmonies of #685E02
Complementary color
Monochromatic Colors of #685E02
Black with #685E02
Text Example
Text Example
White with #685E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685E02; }
p { color: rgb(104,94,2); }
H1.HeaderClassName
{
color: #685E02;
}
.AnyTagClassName
{
color: #685E02;
}
</style>
background-color css
<style>
a { background-color: #685E02; }
a { background-color: rgb(104,94,2); }
div.DivClassName
{
background-color: #685E02;
}
.BgClassName
{
background-color: #685E02;
}
</style>
border-color css
<style>
span { border-color: #685E02; }
span { border-color: rgb(104,94,2); }
td.TdClassName
{
border-color: #685E02;
}
.TagClassName
{
border-color: #685E02;
}
</style>