Shades of Raw Umber #684C0A
Tints of Raw Umber #684C0A
RGB
CMYK
RGB Variations
Color information
#684C0A (or 0x684C0A) is known color: Raw Umber. HEX triplet: 68, 4C and 0A. RGB value is (104,76,10). Sum of RGB (Red+Green+Blue) = 104+76+10=190 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.74% from 190); Green value is 76 (30.08% from 255 or 40% from 190); Blue value is 10 (4.30% from 255 or 5.26% from 190); Max value from RGB is 104 - color contains mainly: red. Hex color #684C0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #684C0A is #97B3F5. Grayscale: #4D4D4D. Windows color (decimal): -9942006 or 674920. OLE color: 674920.
HSL color Cylindrical-coordinate representation of color #684C0A: hue angle of 42.13º 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 #684C0A is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 76 | 10 | - |
| CMYK | 0 | 0.27 | 0.90 | 0.59 |
| HSL | 42.13º | 0.82% | 0.22% | - |
| HSV(B) | 42.13º | 0.9% | 0.41% | - |
| XYZ | 8.35 | 8.13 | 1.42 | - |
| YUV | 76.85 | 90.28 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 76 | 10 | 0 | 0.27 | 0.90 | 0.59 | 42.13 | 0.82 | 0.22 |
| Hex | 68 | 4C | A | 0 | 1B | 5A | 3B | 2A | 52 | 16 |
| Octal | 150 | 114 | 12 | 0 | 33 | 132 | 73 | 52 | 122 | 26 |
| Binary | 1101000 | 1001100 | 1010 | 0 | 11011 | 1011010 | 111011 | 101010 | 1010010 | 10110 |
Color Harmonies of #684C0A
Complementary color
Monochromatic Colors of #684C0A
Black with #684C0A
Text Example
Text Example
White with #684C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684C0A; }
p { color: rgb(104,76,10); }
H1.HeaderClassName
{
color: #684C0A;
}
.AnyTagClassName
{
color: #684C0A;
}
</style>
background-color css
<style>
a { background-color: #684C0A; }
a { background-color: rgb(104,76,10); }
div.DivClassName
{
background-color: #684C0A;
}
.BgClassName
{
background-color: #684C0A;
}
</style>
border-color css
<style>
span { border-color: #684C0A; }
span { border-color: rgb(104,76,10); }
td.TdClassName
{
border-color: #684C0A;
}
.TagClassName
{
border-color: #684C0A;
}
</style>