Shades of Raw Umber #68460F
Tints of Raw Umber #68460F
RGB
CMYK
RGB Variations
Color information
#68460F (or 0x68460F) is known color: Raw Umber. HEX triplet: 68, 46 and 0F. RGB value is (104,70,15). Sum of RGB (Red+Green+Blue) = 104+70+15=189 (25% of max value = 765). Red value is 104 (41.02% from 255 or 55.03% from 189); Green value is 70 (27.73% from 255 or 37.04% from 189); Blue value is 15 (6.25% from 255 or 7.94% from 189); Max value from RGB is 104 - color contains mainly: red. Hex color #68460F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68460F is #97B9F0. Grayscale: #4A4A4A. Windows color (decimal): -9943537 or 1001064. OLE color: 1001064.
HSL color Cylindrical-coordinate representation of color #68460F: hue angle of 37.08º 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 #68460F is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 70 | 15 | - |
| CMYK | 0 | 0.33 | 0.86 | 0.59 |
| HSL | 37.08º | 0.75% | 0.23% | - |
| HSV(B) | 37.08º | 0.86% | 0.41% | - |
| XYZ | 7.99 | 7.36 | 1.45 | - |
| YUV | 73.9 | 94.76 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 70 | 15 | 0 | 0.33 | 0.86 | 0.59 | 37.08 | 0.75 | 0.23 |
| Hex | 68 | 46 | F | 0 | 21 | 56 | 3B | 25 | 4B | 17 |
| Octal | 150 | 106 | 17 | 0 | 41 | 126 | 73 | 45 | 113 | 27 |
| Binary | 1101000 | 1000110 | 1111 | 0 | 100001 | 1010110 | 111011 | 100101 | 1001011 | 10111 |
Color Harmonies of #68460F
Complementary color
Monochromatic Colors of #68460F
Black with #68460F
Text Example
Text Example
White with #68460F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68460F; }
p { color: rgb(104,70,15); }
H1.HeaderClassName
{
color: #68460F;
}
.AnyTagClassName
{
color: #68460F;
}
</style>
background-color css
<style>
a { background-color: #68460F; }
a { background-color: rgb(104,70,15); }
div.DivClassName
{
background-color: #68460F;
}
.BgClassName
{
background-color: #68460F;
}
</style>
border-color css
<style>
span { border-color: #68460F; }
span { border-color: rgb(104,70,15); }
td.TdClassName
{
border-color: #68460F;
}
.TagClassName
{
border-color: #68460F;
}
</style>