Shades of Raw Umber #68590B
Tints of Raw Umber #68590B
RGB
CMYK
RGB Variations
Color information
#68590B (or 0x68590B) is known color: Raw Umber. HEX triplet: 68, 59 and 0B. RGB value is (104,89,11). Sum of RGB (Red+Green+Blue) = 104+89+11=204 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.98% from 204); Green value is 89 (35.16% from 255 or 43.63% from 204); Blue value is 11 (4.69% from 255 or 5.39% from 204); Max value from RGB is 104 - color contains mainly: red. Hex color #68590B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68590B is #97A6F4. Grayscale: #545454. Windows color (decimal): -9938677 or 743784. OLE color: 743784.
HSL color Cylindrical-coordinate representation of color #68590B: hue angle of 50.32º 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 #68590B is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 89 | 11 | - |
| CMYK | 0 | 0.14 | 0.89 | 0.59 |
| HSL | 50.32º | 0.81% | 0.23% | - |
| HSV(B) | 50.32º | 0.89% | 0.41% | - |
| XYZ | 9.34 | 10.11 | 1.78 | - |
| YUV | 84.59 | 86.47 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 89 | 11 | 0 | 0.14 | 0.89 | 0.59 | 50.32 | 0.81 | 0.23 |
| Hex | 68 | 59 | B | 0 | E | 59 | 3B | 32 | 51 | 17 |
| Octal | 150 | 131 | 13 | 0 | 16 | 131 | 73 | 62 | 121 | 27 |
| Binary | 1101000 | 1011001 | 1011 | 0 | 1110 | 1011001 | 111011 | 110010 | 1010001 | 10111 |
Color Harmonies of #68590B
Complementary color
Monochromatic Colors of #68590B
Black with #68590B
Text Example
Text Example
White with #68590B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68590B; }
p { color: rgb(104,89,11); }
H1.HeaderClassName
{
color: #68590B;
}
.AnyTagClassName
{
color: #68590B;
}
</style>
background-color css
<style>
a { background-color: #68590B; }
a { background-color: rgb(104,89,11); }
div.DivClassName
{
background-color: #68590B;
}
.BgClassName
{
background-color: #68590B;
}
</style>
border-color css
<style>
span { border-color: #68590B; }
span { border-color: rgb(104,89,11); }
td.TdClassName
{
border-color: #68590B;
}
.TagClassName
{
border-color: #68590B;
}
</style>