Shades of Raw Umber #68490B
Tints of Raw Umber #68490B
RGB
CMYK
RGB Variations
Color information
#68490B (or 0x68490B) is known color: Raw Umber. HEX triplet: 68, 49 and 0B. RGB value is (104,73,11). Sum of RGB (Red+Green+Blue) = 104+73+11=188 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.32% from 188); Green value is 73 (28.91% from 255 or 38.83% from 188); Blue value is 11 (4.69% from 255 or 5.85% from 188); Max value from RGB is 104 - color contains mainly: red. Hex color #68490B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68490B is #97B6F4. Grayscale: #4B4B4B. Windows color (decimal): -9942773 or 739688. OLE color: 739688.
HSL color Cylindrical-coordinate representation of color #68490B: hue angle of 40º 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 #68490B is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 73 | 11 | - |
| CMYK | 0 | 0.30 | 0.89 | 0.59 |
| HSL | 40º | 0.81% | 0.23% | - |
| HSV(B) | 40º | 0.89% | 0.41% | - |
| XYZ | 8.15 | 7.73 | 1.38 | - |
| YUV | 75.2 | 91.77 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 73 | 11 | 0 | 0.30 | 0.89 | 0.59 | 40 | 0.81 | 0.23 |
| Hex | 68 | 49 | B | 0 | 1E | 59 | 3B | 28 | 51 | 17 |
| Octal | 150 | 111 | 13 | 0 | 36 | 131 | 73 | 50 | 121 | 27 |
| Binary | 1101000 | 1001001 | 1011 | 0 | 11110 | 1011001 | 111011 | 101000 | 1010001 | 10111 |
Color Harmonies of #68490B
Complementary color
Monochromatic Colors of #68490B
Black with #68490B
Text Example
Text Example
White with #68490B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68490B; }
p { color: rgb(104,73,11); }
H1.HeaderClassName
{
color: #68490B;
}
.AnyTagClassName
{
color: #68490B;
}
</style>
background-color css
<style>
a { background-color: #68490B; }
a { background-color: rgb(104,73,11); }
div.DivClassName
{
background-color: #68490B;
}
.BgClassName
{
background-color: #68490B;
}
</style>
border-color css
<style>
span { border-color: #68490B; }
span { border-color: rgb(104,73,11); }
td.TdClassName
{
border-color: #68490B;
}
.TagClassName
{
border-color: #68490B;
}
</style>