Shades of Raw Umber #685C04
Tints of Raw Umber #685C04
RGB
CMYK
RGB Variations
Color information
#685C04 (or 0x685C04) is known color: Raw Umber. HEX triplet: 68, 5C and 04. RGB value is (104,92,4). Sum of RGB (Red+Green+Blue) = 104+92+4=200 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52% from 200); Green value is 92 (36.33% from 255 or 46% from 200); Blue value is 4 (1.95% from 255 or 2% from 200); Max value from RGB is 104 - color contains mainly: red. Hex color #685C04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685C04 is #97A3FB. Grayscale: #555555. Windows color (decimal): -9937916 or 285800. OLE color: 285800.
HSL color Cylindrical-coordinate representation of color #685C04: hue angle of 52.8º 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 #685C04 is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 92 | 4 | - |
| CMYK | 0 | 0.12 | 0.96 | 0.59 |
| HSL | 52.8º | 0.93% | 0.21% | - |
| HSV(B) | 52.8º | 0.96% | 0.41% | - |
| XYZ | 9.56 | 10.61 | 1.66 | - |
| YUV | 85.56 | 81.98 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 92 | 4 | 0 | 0.12 | 0.96 | 0.59 | 52.8 | 0.93 | 0.21 |
| Hex | 68 | 5C | 4 | 0 | C | 60 | 3B | 35 | 5D | 15 |
| Octal | 150 | 134 | 4 | 0 | 14 | 140 | 73 | 65 | 135 | 25 |
| Binary | 1101000 | 1011100 | 100 | 0 | 1100 | 1100000 | 111011 | 110101 | 1011101 | 10101 |
Color Harmonies of #685C04
Complementary color
Monochromatic Colors of #685C04
Black with #685C04
Text Example
Text Example
White with #685C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685C04; }
p { color: rgb(104,92,4); }
H1.HeaderClassName
{
color: #685C04;
}
.AnyTagClassName
{
color: #685C04;
}
</style>
background-color css
<style>
a { background-color: #685C04; }
a { background-color: rgb(104,92,4); }
div.DivClassName
{
background-color: #685C04;
}
.BgClassName
{
background-color: #685C04;
}
</style>
border-color css
<style>
span { border-color: #685C04; }
span { border-color: rgb(104,92,4); }
td.TdClassName
{
border-color: #685C04;
}
.TagClassName
{
border-color: #685C04;
}
</style>