Shades of Raw Umber #68590A
Tints of Raw Umber #68590A
RGB
CMYK
RGB Variations
Color information
#68590A (or 0x68590A) is known color: Raw Umber. HEX triplet: 68, 59 and 0A. RGB value is (104,89,10). Sum of RGB (Red+Green+Blue) = 104+89+10=203 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.23% from 203); Green value is 89 (35.16% from 255 or 43.84% from 203); Blue value is 10 (4.30% from 255 or 4.93% from 203); Max value from RGB is 104 - color contains mainly: red. Hex color #68590A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68590A is #97A6F5. Grayscale: #545454. Windows color (decimal): -9938678 or 678248. OLE color: 678248.
HSL color Cylindrical-coordinate representation of color #68590A: hue angle of 50.43º 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 #68590A is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 89 | 10 | - |
| CMYK | 0 | 0.14 | 0.90 | 0.59 |
| HSL | 50.43º | 0.82% | 0.22% | - |
| HSV(B) | 50.43º | 0.9% | 0.41% | - |
| XYZ | 9.34 | 10.11 | 1.75 | - |
| YUV | 84.48 | 85.97 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 89 | 10 | 0 | 0.14 | 0.90 | 0.59 | 50.43 | 0.82 | 0.22 |
| Hex | 68 | 59 | A | 0 | E | 5A | 3B | 32 | 52 | 16 |
| Octal | 150 | 131 | 12 | 0 | 16 | 132 | 73 | 62 | 122 | 26 |
| Binary | 1101000 | 1011001 | 1010 | 0 | 1110 | 1011010 | 111011 | 110010 | 1010010 | 10110 |
Color Harmonies of #68590A
Complementary color
Monochromatic Colors of #68590A
Black with #68590A
Text Example
Text Example
White with #68590A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68590A; }
p { color: rgb(104,89,10); }
H1.HeaderClassName
{
color: #68590A;
}
.AnyTagClassName
{
color: #68590A;
}
</style>
background-color css
<style>
a { background-color: #68590A; }
a { background-color: rgb(104,89,10); }
div.DivClassName
{
background-color: #68590A;
}
.BgClassName
{
background-color: #68590A;
}
</style>
border-color css
<style>
span { border-color: #68590A; }
span { border-color: rgb(104,89,10); }
td.TdClassName
{
border-color: #68590A;
}
.TagClassName
{
border-color: #68590A;
}
</style>