Shades of Raw Umber #68560D
Tints of Raw Umber #68560D
RGB
CMYK
RGB Variations
Color information
#68560D (or 0x68560D) is known color: Raw Umber. HEX triplet: 68, 56 and 0D. RGB value is (104,86,13). Sum of RGB (Red+Green+Blue) = 104+86+13=203 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.23% from 203); Green value is 86 (33.98% from 255 or 42.36% from 203); Blue value is 13 (5.47% from 255 or 6.40% from 203); Max value from RGB is 104 - color contains mainly: red. Hex color #68560D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68560D is #97A9F2. Grayscale: #535353. Windows color (decimal): -9939443 or 874088. OLE color: 874088.
HSL color Cylindrical-coordinate representation of color #68560D: hue angle of 48.13º 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 #68560D is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 86 | 13 | - |
| CMYK | 0 | 0.17 | 0.88 | 0.59 |
| HSL | 48.13º | 0.78% | 0.23% | - |
| HSV(B) | 48.13º | 0.88% | 0.41% | - |
| XYZ | 9.11 | 9.63 | 1.76 | - |
| YUV | 83.06 | 88.46 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 86 | 13 | 0 | 0.17 | 0.88 | 0.59 | 48.13 | 0.78 | 0.23 |
| Hex | 68 | 56 | D | 0 | 11 | 58 | 3B | 30 | 4E | 17 |
| Octal | 150 | 126 | 15 | 0 | 21 | 130 | 73 | 60 | 116 | 27 |
| Binary | 1101000 | 1010110 | 1101 | 0 | 10001 | 1011000 | 111011 | 110000 | 1001110 | 10111 |
Color Harmonies of #68560D
Complementary color
Monochromatic Colors of #68560D
Black with #68560D
Text Example
Text Example
White with #68560D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68560D; }
p { color: rgb(104,86,13); }
H1.HeaderClassName
{
color: #68560D;
}
.AnyTagClassName
{
color: #68560D;
}
</style>
background-color css
<style>
a { background-color: #68560D; }
a { background-color: rgb(104,86,13); }
div.DivClassName
{
background-color: #68560D;
}
.BgClassName
{
background-color: #68560D;
}
</style>
border-color css
<style>
span { border-color: #68560D; }
span { border-color: rgb(104,86,13); }
td.TdClassName
{
border-color: #68560D;
}
.TagClassName
{
border-color: #68560D;
}
</style>