Shades of Raw Umber #68500B
Tints of Raw Umber #68500B
RGB
CMYK
RGB Variations
Color information
#68500B (or 0x68500B) is known color: Raw Umber. HEX triplet: 68, 50 and 0B. RGB value is (104,80,11). Sum of RGB (Red+Green+Blue) = 104+80+11=195 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.33% from 195); Green value is 80 (31.64% from 255 or 41.03% from 195); Blue value is 11 (4.69% from 255 or 5.64% from 195); Max value from RGB is 104 - color contains mainly: red. Hex color #68500B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68500B is #97AFF4. Grayscale: #4F4F4F. Windows color (decimal): -9940981 or 741480. OLE color: 741480.
HSL color Cylindrical-coordinate representation of color #68500B: hue angle of 44.52º 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 #68500B is Cyan = 0, Magento = 0.23, Yellow = 0.89 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 80 | 11 | - |
| CMYK | 0 | 0.23 | 0.89 | 0.59 |
| HSL | 44.52º | 0.81% | 0.23% | - |
| HSV(B) | 44.52º | 0.89% | 0.41% | - |
| XYZ | 8.64 | 8.7 | 1.54 | - |
| YUV | 79.31 | 89.45 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 80 | 11 | 0 | 0.23 | 0.89 | 0.59 | 44.52 | 0.81 | 0.23 |
| Hex | 68 | 50 | B | 0 | 17 | 59 | 3B | 2D | 51 | 17 |
| Octal | 150 | 120 | 13 | 0 | 27 | 131 | 73 | 55 | 121 | 27 |
| Binary | 1101000 | 1010000 | 1011 | 0 | 10111 | 1011001 | 111011 | 101101 | 1010001 | 10111 |
Color Harmonies of #68500B
Complementary color
Monochromatic Colors of #68500B
Black with #68500B
Text Example
Text Example
White with #68500B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68500B; }
p { color: rgb(104,80,11); }
H1.HeaderClassName
{
color: #68500B;
}
.AnyTagClassName
{
color: #68500B;
}
</style>
background-color css
<style>
a { background-color: #68500B; }
a { background-color: rgb(104,80,11); }
div.DivClassName
{
background-color: #68500B;
}
.BgClassName
{
background-color: #68500B;
}
</style>
border-color css
<style>
span { border-color: #68500B; }
span { border-color: rgb(104,80,11); }
td.TdClassName
{
border-color: #68500B;
}
.TagClassName
{
border-color: #68500B;
}
</style>