Shades of Raw Umber #68470B
Tints of Raw Umber #68470B
RGB
CMYK
RGB Variations
Color information
#68470B (or 0x68470B) is known color: Raw Umber. HEX triplet: 68, 47 and 0B. RGB value is (104,71,11). Sum of RGB (Red+Green+Blue) = 104+71+11=186 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.91% from 186); Green value is 71 (28.12% from 255 or 38.17% from 186); Blue value is 11 (4.69% from 255 or 5.91% from 186); Max value from RGB is 104 - color contains mainly: red. Hex color #68470B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68470B is #97B8F4. Grayscale: #4A4A4A. Windows color (decimal): -9943285 or 739176. OLE color: 739176.
HSL color Cylindrical-coordinate representation of color #68470B: hue angle of 38.71º 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 #68470B is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 71 | 11 | - |
| CMYK | 0 | 0.32 | 0.89 | 0.59 |
| HSL | 38.71º | 0.81% | 0.23% | - |
| HSV(B) | 38.71º | 0.89% | 0.41% | - |
| XYZ | 8.02 | 7.47 | 1.34 | - |
| YUV | 74.03 | 92.43 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 71 | 11 | 0 | 0.32 | 0.89 | 0.59 | 38.71 | 0.81 | 0.23 |
| Hex | 68 | 47 | B | 0 | 20 | 59 | 3B | 27 | 51 | 17 |
| Octal | 150 | 107 | 13 | 0 | 40 | 131 | 73 | 47 | 121 | 27 |
| Binary | 1101000 | 1000111 | 1011 | 0 | 100000 | 1011001 | 111011 | 100111 | 1010001 | 10111 |
Color Harmonies of #68470B
Complementary color
Monochromatic Colors of #68470B
Black with #68470B
Text Example
Text Example
White with #68470B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68470B; }
p { color: rgb(104,71,11); }
H1.HeaderClassName
{
color: #68470B;
}
.AnyTagClassName
{
color: #68470B;
}
</style>
background-color css
<style>
a { background-color: #68470B; }
a { background-color: rgb(104,71,11); }
div.DivClassName
{
background-color: #68470B;
}
.BgClassName
{
background-color: #68470B;
}
</style>
border-color css
<style>
span { border-color: #68470B; }
span { border-color: rgb(104,71,11); }
td.TdClassName
{
border-color: #68470B;
}
.TagClassName
{
border-color: #68470B;
}
</style>