Shades of Raw Umber #68510F
Tints of Raw Umber #68510F
RGB
CMYK
RGB Variations
Color information
#68510F (or 0x68510F) is known color: Raw Umber. HEX triplet: 68, 51 and 0F. RGB value is (104,81,15). Sum of RGB (Red+Green+Blue) = 104+81+15=200 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52% from 200); Green value is 81 (32.03% from 255 or 40.5% from 200); Blue value is 15 (6.25% from 255 or 7.5% from 200); Max value from RGB is 104 - color contains mainly: red. Hex color #68510F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68510F is #97AEF0. Grayscale: #505050. Windows color (decimal): -9940721 or 1003880. OLE color: 1003880.
HSL color Cylindrical-coordinate representation of color #68510F: hue angle of 44.49º 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 #68510F is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 81 | 15 | - |
| CMYK | 0 | 0.22 | 0.86 | 0.59 |
| HSL | 44.49º | 0.75% | 0.23% | - |
| HSV(B) | 44.49º | 0.86% | 0.41% | - |
| XYZ | 8.74 | 8.86 | 1.7 | - |
| YUV | 80.35 | 91.12 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 81 | 15 | 0 | 0.22 | 0.86 | 0.59 | 44.49 | 0.75 | 0.23 |
| Hex | 68 | 51 | F | 0 | 16 | 56 | 3B | 2C | 4B | 17 |
| Octal | 150 | 121 | 17 | 0 | 26 | 126 | 73 | 54 | 113 | 27 |
| Binary | 1101000 | 1010001 | 1111 | 0 | 10110 | 1010110 | 111011 | 101100 | 1001011 | 10111 |
Color Harmonies of #68510F
Complementary color
Monochromatic Colors of #68510F
Black with #68510F
Text Example
Text Example
White with #68510F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68510F; }
p { color: rgb(104,81,15); }
H1.HeaderClassName
{
color: #68510F;
}
.AnyTagClassName
{
color: #68510F;
}
</style>
background-color css
<style>
a { background-color: #68510F; }
a { background-color: rgb(104,81,15); }
div.DivClassName
{
background-color: #68510F;
}
.BgClassName
{
background-color: #68510F;
}
</style>
border-color css
<style>
span { border-color: #68510F; }
span { border-color: rgb(104,81,15); }
td.TdClassName
{
border-color: #68510F;
}
.TagClassName
{
border-color: #68510F;
}
</style>