Shades of Raw Umber #68490D
Tints of Raw Umber #68490D
RGB
CMYK
RGB Variations
Color information
#68490D (or 0x68490D) is known color: Raw Umber. HEX triplet: 68, 49 and 0D. RGB value is (104,73,13). Sum of RGB (Red+Green+Blue) = 104+73+13=190 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.74% from 190); Green value is 73 (28.91% from 255 or 38.42% from 190); Blue value is 13 (5.47% from 255 or 6.84% from 190); Max value from RGB is 104 - color contains mainly: red. Hex color #68490D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68490D is #97B6F2. Grayscale: #4B4B4B. Windows color (decimal): -9942771 or 870760. OLE color: 870760.
HSL color Cylindrical-coordinate representation of color #68490D: hue angle of 39.56º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #68490D is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 73 | 13 | - |
| CMYK | 0 | 0.30 | 0.88 | 0.59 |
| HSL | 39.56º | 0.78% | 0.23% | - |
| HSV(B) | 39.56º | 0.88% | 0.41% | - |
| XYZ | 8.16 | 7.74 | 1.44 | - |
| YUV | 75.43 | 92.77 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 73 | 13 | 0 | 0.30 | 0.88 | 0.59 | 39.56 | 0.78 | 0.23 |
| Hex | 68 | 49 | D | 0 | 1E | 58 | 3B | 28 | 4E | 17 |
| Octal | 150 | 111 | 15 | 0 | 36 | 130 | 73 | 50 | 116 | 27 |
| Binary | 1101000 | 1001001 | 1101 | 0 | 11110 | 1011000 | 111011 | 101000 | 1001110 | 10111 |
Color Harmonies of #68490D
Complementary color
Monochromatic Colors of #68490D
Black with #68490D
Text Example
Text Example
White with #68490D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68490D; }
p { color: rgb(104,73,13); }
H1.HeaderClassName
{
color: #68490D;
}
.AnyTagClassName
{
color: #68490D;
}
</style>
background-color css
<style>
a { background-color: #68490D; }
a { background-color: rgb(104,73,13); }
div.DivClassName
{
background-color: #68490D;
}
.BgClassName
{
background-color: #68490D;
}
</style>
border-color css
<style>
span { border-color: #68490D; }
span { border-color: rgb(104,73,13); }
td.TdClassName
{
border-color: #68490D;
}
.TagClassName
{
border-color: #68490D;
}
</style>