Shades of Raw Umber #68470F
Tints of Raw Umber #68470F
RGB
CMYK
RGB Variations
Color information
#68470F (or 0x68470F) is known color: Raw Umber. HEX triplet: 68, 47 and 0F. RGB value is (104,71,15). Sum of RGB (Red+Green+Blue) = 104+71+15=190 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.74% from 190); Green value is 71 (28.12% from 255 or 37.37% from 190); Blue value is 15 (6.25% from 255 or 7.89% from 190); Max value from RGB is 104 - color contains mainly: red. Hex color #68470F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68470F is #97B8F0. Grayscale: #4A4A4A. Windows color (decimal): -9943281 or 1001320. OLE color: 1001320.
HSL color Cylindrical-coordinate representation of color #68470F: hue angle of 37.75º 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 #68470F is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 71 | 15 | - |
| CMYK | 0 | 0.32 | 0.86 | 0.59 |
| HSL | 37.75º | 0.75% | 0.23% | - |
| HSV(B) | 37.75º | 0.86% | 0.41% | - |
| XYZ | 8.05 | 7.48 | 1.47 | - |
| YUV | 74.48 | 94.43 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 71 | 15 | 0 | 0.32 | 0.86 | 0.59 | 37.75 | 0.75 | 0.23 |
| Hex | 68 | 47 | F | 0 | 20 | 56 | 3B | 26 | 4B | 17 |
| Octal | 150 | 107 | 17 | 0 | 40 | 126 | 73 | 46 | 113 | 27 |
| Binary | 1101000 | 1000111 | 1111 | 0 | 100000 | 1010110 | 111011 | 100110 | 1001011 | 10111 |
Color Harmonies of #68470F
Complementary color
Monochromatic Colors of #68470F
Black with #68470F
Text Example
Text Example
White with #68470F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68470F; }
p { color: rgb(104,71,15); }
H1.HeaderClassName
{
color: #68470F;
}
.AnyTagClassName
{
color: #68470F;
}
</style>
background-color css
<style>
a { background-color: #68470F; }
a { background-color: rgb(104,71,15); }
div.DivClassName
{
background-color: #68470F;
}
.BgClassName
{
background-color: #68470F;
}
</style>
border-color css
<style>
span { border-color: #68470F; }
span { border-color: rgb(104,71,15); }
td.TdClassName
{
border-color: #68470F;
}
.TagClassName
{
border-color: #68470F;
}
</style>