Shades of Raw Umber #68550D
Tints of Raw Umber #68550D
RGB
CMYK
RGB Variations
Color information
#68550D (or 0x68550D) is known color: Raw Umber. HEX triplet: 68, 55 and 0D. RGB value is (104,85,13). Sum of RGB (Red+Green+Blue) = 104+85+13=202 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.49% from 202); Green value is 85 (33.59% from 255 or 42.08% from 202); Blue value is 13 (5.47% from 255 or 6.44% from 202); Max value from RGB is 104 - color contains mainly: red. Hex color #68550D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68550D is #97AAF2. Grayscale: #525252. Windows color (decimal): -9939699 or 873832. OLE color: 873832.
HSL color Cylindrical-coordinate representation of color #68550D: hue angle of 47.47º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #68550D is Cyan = 0, Magento = 0.18, Yellow = 0.88 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 85 | 13 | - |
| CMYK | 0 | 0.18 | 0.88 | 0.59 |
| HSL | 47.47º | 0.78% | 0.23% | - |
| HSV(B) | 47.47º | 0.88% | 0.41% | - |
| XYZ | 9.03 | 9.47 | 1.73 | - |
| YUV | 82.47 | 88.79 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 85 | 13 | 0 | 0.18 | 0.88 | 0.59 | 47.47 | 0.78 | 0.23 |
| Hex | 68 | 55 | D | 0 | 12 | 58 | 3B | 2F | 4E | 17 |
| Octal | 150 | 125 | 15 | 0 | 22 | 130 | 73 | 57 | 116 | 27 |
| Binary | 1101000 | 1010101 | 1101 | 0 | 10010 | 1011000 | 111011 | 101111 | 1001110 | 10111 |
Color Harmonies of #68550D
Complementary color
Monochromatic Colors of #68550D
Black with #68550D
Text Example
Text Example
White with #68550D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68550D; }
p { color: rgb(104,85,13); }
H1.HeaderClassName
{
color: #68550D;
}
.AnyTagClassName
{
color: #68550D;
}
</style>
background-color css
<style>
a { background-color: #68550D; }
a { background-color: rgb(104,85,13); }
div.DivClassName
{
background-color: #68550D;
}
.BgClassName
{
background-color: #68550D;
}
</style>
border-color css
<style>
span { border-color: #68550D; }
span { border-color: rgb(104,85,13); }
td.TdClassName
{
border-color: #68550D;
}
.TagClassName
{
border-color: #68550D;
}
</style>