Shades of Raw Umber #68550B
Tints of Raw Umber #68550B
RGB
CMYK
RGB Variations
Color information
#68550B (or 0x68550B) is known color: Raw Umber. HEX triplet: 68, 55 and 0B. RGB value is (104,85,11). Sum of RGB (Red+Green+Blue) = 104+85+11=200 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52% from 200); Green value is 85 (33.59% from 255 or 42.5% from 200); Blue value is 11 (4.69% from 255 or 5.5% from 200); Max value from RGB is 104 - color contains mainly: red. Hex color #68550B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68550B is #97AAF4. Grayscale: #525252. Windows color (decimal): -9939701 or 742760. OLE color: 742760.
HSL color Cylindrical-coordinate representation of color #68550B: hue angle of 47.74º 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 #68550B is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 85 | 11 | - |
| CMYK | 0 | 0.18 | 0.89 | 0.59 |
| HSL | 47.74º | 0.81% | 0.23% | - |
| HSV(B) | 47.74º | 0.89% | 0.41% | - |
| XYZ | 9.02 | 9.46 | 1.67 | - |
| YUV | 82.25 | 87.79 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 85 | 11 | 0 | 0.18 | 0.89 | 0.59 | 47.74 | 0.81 | 0.23 |
| Hex | 68 | 55 | B | 0 | 12 | 59 | 3B | 30 | 51 | 17 |
| Octal | 150 | 125 | 13 | 0 | 22 | 131 | 73 | 60 | 121 | 27 |
| Binary | 1101000 | 1010101 | 1011 | 0 | 10010 | 1011001 | 111011 | 110000 | 1010001 | 10111 |
Color Harmonies of #68550B
Complementary color
Monochromatic Colors of #68550B
Black with #68550B
Text Example
Text Example
White with #68550B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68550B; }
p { color: rgb(104,85,11); }
H1.HeaderClassName
{
color: #68550B;
}
.AnyTagClassName
{
color: #68550B;
}
</style>
background-color css
<style>
a { background-color: #68550B; }
a { background-color: rgb(104,85,11); }
div.DivClassName
{
background-color: #68550B;
}
.BgClassName
{
background-color: #68550B;
}
</style>
border-color css
<style>
span { border-color: #68550B; }
span { border-color: rgb(104,85,11); }
td.TdClassName
{
border-color: #68550B;
}
.TagClassName
{
border-color: #68550B;
}
</style>