Shades of Raw Umber #685C00
Tints of Raw Umber #685C00
RGB
CMYK
RGB Variations
Color information
#685C00 (or 0x685C00) is known color: Raw Umber. HEX triplet: 68, 5C and 00. RGB value is (104,92,0). Sum of RGB (Red+Green+Blue) = 104+92+0=196 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.06% from 196); Green value is 92 (36.33% from 255 or 46.94% from 196); Blue value is 0 (0.39% from 255 or 0% from 196); Max value from RGB is 104 - color contains mainly: red. Hex color #685C00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685C00 is #97A3FF. Grayscale: #555555. Windows color (decimal): -9937920 or 23656. OLE color: 23656.
HSL color Cylindrical-coordinate representation of color #685C00: hue angle of 53.08º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #685C00 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 92 | 0 | - |
| CMYK | 0 | 0.12 | 1 | 0.59 |
| HSL | 53.08º | 1% | 0.2% | - |
| HSV(B) | 53.08º | 1% | 0.41% | - |
| XYZ | 9.54 | 10.6 | 1.54 | - |
| YUV | 85.1 | 79.98 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 92 | 0 | 0 | 0.12 | 1 | 0.59 | 53.08 | 1 | 0.2 |
| Hex | 68 | 5C | 0 | 0 | C | 64 | 3B | 35 | 64 | 14 |
| Octal | 150 | 134 | 0 | 0 | 14 | 144 | 73 | 65 | 144 | 24 |
| Binary | 1101000 | 1011100 | 0 | 0 | 1100 | 1100100 | 111011 | 110101 | 1100100 | 10100 |
Color Harmonies of #685C00
Complementary color
Monochromatic Colors of #685C00
Black with #685C00
Text Example
Text Example
White with #685C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685C00; }
p { color: rgb(104,92,0); }
H1.HeaderClassName
{
color: #685C00;
}
.AnyTagClassName
{
color: #685C00;
}
</style>
background-color css
<style>
a { background-color: #685C00; }
a { background-color: rgb(104,92,0); }
div.DivClassName
{
background-color: #685C00;
}
.BgClassName
{
background-color: #685C00;
}
</style>
border-color css
<style>
span { border-color: #685C00; }
span { border-color: rgb(104,92,0); }
td.TdClassName
{
border-color: #685C00;
}
.TagClassName
{
border-color: #685C00;
}
</style>