Shades of Raw Umber #685A04
Tints of Raw Umber #685A04
RGB
CMYK
RGB Variations
Color information
#685A04 (or 0x685A04) is known color: Raw Umber. HEX triplet: 68, 5A and 04. RGB value is (104,90,4). Sum of RGB (Red+Green+Blue) = 104+90+4=198 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.53% from 198); Green value is 90 (35.55% from 255 or 45.45% from 198); Blue value is 4 (1.95% from 255 or 2.02% from 198); Max value from RGB is 104 - color contains mainly: red. Hex color #685A04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685A04 is #97A5FB. Grayscale: #545454. Windows color (decimal): -9938428 or 285288. OLE color: 285288.
HSL color Cylindrical-coordinate representation of color #685A04: hue angle of 51.6º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #685A04 is Cyan = 0, Magento = 0.13, Yellow = 0.96 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 90 | 4 | - |
| CMYK | 0 | 0.13 | 0.96 | 0.59 |
| HSL | 51.6º | 0.93% | 0.21% | - |
| HSV(B) | 51.6º | 0.96% | 0.41% | - |
| XYZ | 9.39 | 10.26 | 1.6 | - |
| YUV | 84.38 | 82.64 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 90 | 4 | 0 | 0.13 | 0.96 | 0.59 | 51.6 | 0.93 | 0.21 |
| Hex | 68 | 5A | 4 | 0 | D | 60 | 3B | 34 | 5D | 15 |
| Octal | 150 | 132 | 4 | 0 | 15 | 140 | 73 | 64 | 135 | 25 |
| Binary | 1101000 | 1011010 | 100 | 0 | 1101 | 1100000 | 111011 | 110100 | 1011101 | 10101 |
Color Harmonies of #685A04
Complementary color
Monochromatic Colors of #685A04
Black with #685A04
Text Example
Text Example
White with #685A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685A04; }
p { color: rgb(104,90,4); }
H1.HeaderClassName
{
color: #685A04;
}
.AnyTagClassName
{
color: #685A04;
}
</style>
background-color css
<style>
a { background-color: #685A04; }
a { background-color: rgb(104,90,4); }
div.DivClassName
{
background-color: #685A04;
}
.BgClassName
{
background-color: #685A04;
}
</style>
border-color css
<style>
span { border-color: #685A04; }
span { border-color: rgb(104,90,4); }
td.TdClassName
{
border-color: #685A04;
}
.TagClassName
{
border-color: #685A04;
}
</style>