Shades of Raw Umber #684C0C
Tints of Raw Umber #684C0C
RGB
CMYK
RGB Variations
Color information
#684C0C (or 0x684C0C) is known color: Raw Umber. HEX triplet: 68, 4C and 0C. RGB value is (104,76,12). Sum of RGB (Red+Green+Blue) = 104+76+12=192 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.17% from 192); Green value is 76 (30.08% from 255 or 39.58% from 192); Blue value is 12 (5.08% from 255 or 6.25% from 192); Max value from RGB is 104 - color contains mainly: red. Hex color #684C0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #684C0C is #97B3F3. Grayscale: #4D4D4D. Windows color (decimal): -9942004 or 805992. OLE color: 805992.
HSL color Cylindrical-coordinate representation of color #684C0C: hue angle of 41.74º 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 #684C0C is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 76 | 12 | - |
| CMYK | 0 | 0.27 | 0.88 | 0.59 |
| HSL | 41.74º | 0.79% | 0.23% | - |
| HSV(B) | 41.74º | 0.88% | 0.41% | - |
| XYZ | 8.36 | 8.14 | 1.48 | - |
| YUV | 77.08 | 91.28 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 76 | 12 | 0 | 0.27 | 0.88 | 0.59 | 41.74 | 0.79 | 0.23 |
| Hex | 68 | 4C | C | 0 | 1B | 58 | 3B | 2A | 4F | 17 |
| Octal | 150 | 114 | 14 | 0 | 33 | 130 | 73 | 52 | 117 | 27 |
| Binary | 1101000 | 1001100 | 1100 | 0 | 11011 | 1011000 | 111011 | 101010 | 1001111 | 10111 |
Color Harmonies of #684C0C
Complementary color
Monochromatic Colors of #684C0C
Black with #684C0C
Text Example
Text Example
White with #684C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684C0C; }
p { color: rgb(104,76,12); }
H1.HeaderClassName
{
color: #684C0C;
}
.AnyTagClassName
{
color: #684C0C;
}
</style>
background-color css
<style>
a { background-color: #684C0C; }
a { background-color: rgb(104,76,12); }
div.DivClassName
{
background-color: #684C0C;
}
.BgClassName
{
background-color: #684C0C;
}
</style>
border-color css
<style>
span { border-color: #684C0C; }
span { border-color: rgb(104,76,12); }
td.TdClassName
{
border-color: #684C0C;
}
.TagClassName
{
border-color: #684C0C;
}
</style>