Shades of Raw Umber #68560F
Tints of Raw Umber #68560F
RGB
CMYK
RGB Variations
Color information
#68560F (or 0x68560F) is known color: Raw Umber. HEX triplet: 68, 56 and 0F. RGB value is (104,86,15). Sum of RGB (Red+Green+Blue) = 104+86+15=205 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.73% from 205); Green value is 86 (33.98% from 255 or 41.95% from 205); Blue value is 15 (6.25% from 255 or 7.32% from 205); Max value from RGB is 104 - color contains mainly: red. Hex color #68560F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68560F is #97A9F0. Grayscale: #535353. Windows color (decimal): -9939441 or 1005160. OLE color: 1005160.
HSL color Cylindrical-coordinate representation of color #68560F: hue angle of 47.87º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #68560F is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 86 | 15 | - |
| CMYK | 0 | 0.17 | 0.86 | 0.59 |
| HSL | 47.87º | 0.75% | 0.23% | - |
| HSV(B) | 47.87º | 0.86% | 0.41% | - |
| XYZ | 9.12 | 9.63 | 1.83 | - |
| YUV | 83.29 | 89.46 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 86 | 15 | 0 | 0.17 | 0.86 | 0.59 | 47.87 | 0.75 | 0.23 |
| Hex | 68 | 56 | F | 0 | 11 | 56 | 3B | 30 | 4B | 17 |
| Octal | 150 | 126 | 17 | 0 | 21 | 126 | 73 | 60 | 113 | 27 |
| Binary | 1101000 | 1010110 | 1111 | 0 | 10001 | 1010110 | 111011 | 110000 | 1001011 | 10111 |
Color Harmonies of #68560F
Complementary color
Monochromatic Colors of #68560F
Black with #68560F
Text Example
Text Example
White with #68560F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68560F; }
p { color: rgb(104,86,15); }
H1.HeaderClassName
{
color: #68560F;
}
.AnyTagClassName
{
color: #68560F;
}
</style>
background-color css
<style>
a { background-color: #68560F; }
a { background-color: rgb(104,86,15); }
div.DivClassName
{
background-color: #68560F;
}
.BgClassName
{
background-color: #68560F;
}
</style>
border-color css
<style>
span { border-color: #68560F; }
span { border-color: rgb(104,86,15); }
td.TdClassName
{
border-color: #68560F;
}
.TagClassName
{
border-color: #68560F;
}
</style>