Shades of Raw Umber #685C03
Tints of Raw Umber #685C03
RGB
CMYK
RGB Variations
Color information
#685C03 (or 0x685C03) is known color: Raw Umber. HEX triplet: 68, 5C and 03. RGB value is (104,92,3). Sum of RGB (Red+Green+Blue) = 104+92+3=199 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.26% from 199); Green value is 92 (36.33% from 255 or 46.23% from 199); Blue value is 3 (1.56% from 255 or 1.51% from 199); Max value from RGB is 104 - color contains mainly: red. Hex color #685C03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685C03 is #97A3FC. Grayscale: #555555. Windows color (decimal): -9937917 or 220264. OLE color: 220264.
HSL color Cylindrical-coordinate representation of color #685C03: hue angle of 52.87º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #685C03 is Cyan = 0, Magento = 0.12, Yellow = 0.97 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 92 | 3 | - |
| CMYK | 0 | 0.12 | 0.97 | 0.59 |
| HSL | 52.87º | 0.94% | 0.21% | - |
| HSV(B) | 52.87º | 0.97% | 0.41% | - |
| XYZ | 9.55 | 10.6 | 1.63 | - |
| YUV | 85.44 | 81.48 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 92 | 3 | 0 | 0.12 | 0.97 | 0.59 | 52.87 | 0.94 | 0.21 |
| Hex | 68 | 5C | 3 | 0 | C | 61 | 3B | 35 | 5E | 15 |
| Octal | 150 | 134 | 3 | 0 | 14 | 141 | 73 | 65 | 136 | 25 |
| Binary | 1101000 | 1011100 | 11 | 0 | 1100 | 1100001 | 111011 | 110101 | 1011110 | 10101 |
Color Harmonies of #685C03
Complementary color
Monochromatic Colors of #685C03
Black with #685C03
Text Example
Text Example
White with #685C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685C03; }
p { color: rgb(104,92,3); }
H1.HeaderClassName
{
color: #685C03;
}
.AnyTagClassName
{
color: #685C03;
}
</style>
background-color css
<style>
a { background-color: #685C03; }
a { background-color: rgb(104,92,3); }
div.DivClassName
{
background-color: #685C03;
}
.BgClassName
{
background-color: #685C03;
}
</style>
border-color css
<style>
span { border-color: #685C03; }
span { border-color: rgb(104,92,3); }
td.TdClassName
{
border-color: #685C03;
}
.TagClassName
{
border-color: #685C03;
}
</style>