Shades of Raw Umber #684F0A
Tints of Raw Umber #684F0A
RGB
CMYK
RGB Variations
Color information
#684F0A (or 0x684F0A) is known color: Raw Umber. HEX triplet: 68, 4F and 0A. RGB value is (104,79,10). Sum of RGB (Red+Green+Blue) = 104+79+10=193 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.89% from 193); Green value is 79 (31.25% from 255 or 40.93% from 193); Blue value is 10 (4.30% from 255 or 5.18% from 193); Max value from RGB is 104 - color contains mainly: red. Hex color #684F0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #684F0A is #97B0F5. Grayscale: #4E4E4E. Windows color (decimal): -9941238 or 675688. OLE color: 675688.
HSL color Cylindrical-coordinate representation of color #684F0A: hue angle of 44.04º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #684F0A is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 79 | 10 | - |
| CMYK | 0 | 0.24 | 0.90 | 0.59 |
| HSL | 44.04º | 0.82% | 0.22% | - |
| HSV(B) | 44.04º | 0.9% | 0.41% | - |
| XYZ | 8.56 | 8.56 | 1.49 | - |
| YUV | 78.61 | 89.28 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 79 | 10 | 0 | 0.24 | 0.90 | 0.59 | 44.04 | 0.82 | 0.22 |
| Hex | 68 | 4F | A | 0 | 18 | 5A | 3B | 2C | 52 | 16 |
| Octal | 150 | 117 | 12 | 0 | 30 | 132 | 73 | 54 | 122 | 26 |
| Binary | 1101000 | 1001111 | 1010 | 0 | 11000 | 1011010 | 111011 | 101100 | 1010010 | 10110 |
Color Harmonies of #684F0A
Complementary color
Monochromatic Colors of #684F0A
Black with #684F0A
Text Example
Text Example
White with #684F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684F0A; }
p { color: rgb(104,79,10); }
H1.HeaderClassName
{
color: #684F0A;
}
.AnyTagClassName
{
color: #684F0A;
}
</style>
background-color css
<style>
a { background-color: #684F0A; }
a { background-color: rgb(104,79,10); }
div.DivClassName
{
background-color: #684F0A;
}
.BgClassName
{
background-color: #684F0A;
}
</style>
border-color css
<style>
span { border-color: #684F0A; }
span { border-color: rgb(104,79,10); }
td.TdClassName
{
border-color: #684F0A;
}
.TagClassName
{
border-color: #684F0A;
}
</style>