Shades of Raw Umber #68490A
Tints of Raw Umber #68490A
RGB
CMYK
RGB Variations
Color information
#68490A (or 0x68490A) is known color: Raw Umber. HEX triplet: 68, 49 and 0A. RGB value is (104,73,10). Sum of RGB (Red+Green+Blue) = 104+73+10=187 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.61% from 187); Green value is 73 (28.91% from 255 or 39.04% from 187); Blue value is 10 (4.30% from 255 or 5.35% from 187); Max value from RGB is 104 - color contains mainly: red. Hex color #68490A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68490A is #97B6F5. Grayscale: #4B4B4B. Windows color (decimal): -9942774 or 674152. OLE color: 674152.
HSL color Cylindrical-coordinate representation of color #68490A: hue angle of 40.21º 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 #68490A is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 73 | 10 | - |
| CMYK | 0 | 0.30 | 0.90 | 0.59 |
| HSL | 40.21º | 0.82% | 0.22% | - |
| HSV(B) | 40.21º | 0.9% | 0.41% | - |
| XYZ | 8.15 | 7.73 | 1.35 | - |
| YUV | 75.09 | 91.27 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 73 | 10 | 0 | 0.30 | 0.90 | 0.59 | 40.21 | 0.82 | 0.22 |
| Hex | 68 | 49 | A | 0 | 1E | 5A | 3B | 28 | 52 | 16 |
| Octal | 150 | 111 | 12 | 0 | 36 | 132 | 73 | 50 | 122 | 26 |
| Binary | 1101000 | 1001001 | 1010 | 0 | 11110 | 1011010 | 111011 | 101000 | 1010010 | 10110 |
Color Harmonies of #68490A
Complementary color
Monochromatic Colors of #68490A
Black with #68490A
Text Example
Text Example
White with #68490A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68490A; }
p { color: rgb(104,73,10); }
H1.HeaderClassName
{
color: #68490A;
}
.AnyTagClassName
{
color: #68490A;
}
</style>
background-color css
<style>
a { background-color: #68490A; }
a { background-color: rgb(104,73,10); }
div.DivClassName
{
background-color: #68490A;
}
.BgClassName
{
background-color: #68490A;
}
</style>
border-color css
<style>
span { border-color: #68490A; }
span { border-color: rgb(104,73,10); }
td.TdClassName
{
border-color: #68490A;
}
.TagClassName
{
border-color: #68490A;
}
</style>