Shades of Raw Umber #684C0B
Tints of Raw Umber #684C0B
RGB
CMYK
RGB Variations
Color information
#684C0B (or 0x684C0B) is known color: Raw Umber. HEX triplet: 68, 4C and 0B. RGB value is (104,76,11). Sum of RGB (Red+Green+Blue) = 104+76+11=191 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.45% from 191); Green value is 76 (30.08% from 255 or 39.79% from 191); Blue value is 11 (4.69% from 255 or 5.76% from 191); Max value from RGB is 104 - color contains mainly: red. Hex color #684C0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #684C0B is #97B3F4. Grayscale: #4D4D4D. Windows color (decimal): -9942005 or 740456. OLE color: 740456.
HSL color Cylindrical-coordinate representation of color #684C0B: hue angle of 41.94º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #684C0B is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 76 | 11 | - |
| CMYK | 0 | 0.27 | 0.89 | 0.59 |
| HSL | 41.94º | 0.81% | 0.23% | - |
| HSV(B) | 41.94º | 0.89% | 0.41% | - |
| XYZ | 8.35 | 8.14 | 1.45 | - |
| YUV | 76.96 | 90.78 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 76 | 11 | 0 | 0.27 | 0.89 | 0.59 | 41.94 | 0.81 | 0.23 |
| Hex | 68 | 4C | B | 0 | 1B | 59 | 3B | 2A | 51 | 17 |
| Octal | 150 | 114 | 13 | 0 | 33 | 131 | 73 | 52 | 121 | 27 |
| Binary | 1101000 | 1001100 | 1011 | 0 | 11011 | 1011001 | 111011 | 101010 | 1010001 | 10111 |
Color Harmonies of #684C0B
Complementary color
Monochromatic Colors of #684C0B
Black with #684C0B
Text Example
Text Example
White with #684C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684C0B; }
p { color: rgb(104,76,11); }
H1.HeaderClassName
{
color: #684C0B;
}
.AnyTagClassName
{
color: #684C0B;
}
</style>
background-color css
<style>
a { background-color: #684C0B; }
a { background-color: rgb(104,76,11); }
div.DivClassName
{
background-color: #684C0B;
}
.BgClassName
{
background-color: #684C0B;
}
</style>
border-color css
<style>
span { border-color: #684C0B; }
span { border-color: rgb(104,76,11); }
td.TdClassName
{
border-color: #684C0B;
}
.TagClassName
{
border-color: #684C0B;
}
</style>