Shades of Raw Umber #684D0C
Tints of Raw Umber #684D0C
RGB
CMYK
RGB Variations
Color information
#684D0C (or 0x684D0C) is known color: Raw Umber. HEX triplet: 68, 4D and 0C. RGB value is (104,77,12). Sum of RGB (Red+Green+Blue) = 104+77+12=193 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.89% from 193); Green value is 77 (30.47% from 255 or 39.90% from 193); Blue value is 12 (5.08% from 255 or 6.22% from 193); Max value from RGB is 104 - color contains mainly: red. Hex color #684D0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #684D0C is #97B2F3. Grayscale: #4D4D4D. Windows color (decimal): -9941748 or 806248. OLE color: 806248.
HSL color Cylindrical-coordinate representation of color #684D0C: hue angle of 42.39º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #684D0C is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 77 | 12 | - |
| CMYK | 0 | 0.26 | 0.88 | 0.59 |
| HSL | 42.39º | 0.79% | 0.23% | - |
| HSV(B) | 42.39º | 0.88% | 0.41% | - |
| XYZ | 8.43 | 8.28 | 1.5 | - |
| YUV | 77.66 | 90.95 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 77 | 12 | 0 | 0.26 | 0.88 | 0.59 | 42.39 | 0.79 | 0.23 |
| Hex | 68 | 4D | C | 0 | 1A | 58 | 3B | 2A | 4F | 17 |
| Octal | 150 | 115 | 14 | 0 | 32 | 130 | 73 | 52 | 117 | 27 |
| Binary | 1101000 | 1001101 | 1100 | 0 | 11010 | 1011000 | 111011 | 101010 | 1001111 | 10111 |
Color Harmonies of #684D0C
Complementary color
Monochromatic Colors of #684D0C
Black with #684D0C
Text Example
Text Example
White with #684D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684D0C; }
p { color: rgb(104,77,12); }
H1.HeaderClassName
{
color: #684D0C;
}
.AnyTagClassName
{
color: #684D0C;
}
</style>
background-color css
<style>
a { background-color: #684D0C; }
a { background-color: rgb(104,77,12); }
div.DivClassName
{
background-color: #684D0C;
}
.BgClassName
{
background-color: #684D0C;
}
</style>
border-color css
<style>
span { border-color: #684D0C; }
span { border-color: rgb(104,77,12); }
td.TdClassName
{
border-color: #684D0C;
}
.TagClassName
{
border-color: #684D0C;
}
</style>