Shades of Raw Umber #68510C
Tints of Raw Umber #68510C
RGB
CMYK
RGB Variations
Color information
#68510C (or 0x68510C) is known color: Raw Umber. HEX triplet: 68, 51 and 0C. RGB value is (104,81,12). Sum of RGB (Red+Green+Blue) = 104+81+12=197 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.79% from 197); Green value is 81 (32.03% from 255 or 41.12% from 197); Blue value is 12 (5.08% from 255 or 6.09% from 197); Max value from RGB is 104 - color contains mainly: red. Hex color #68510C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68510C is #97AEF3. Grayscale: #505050. Windows color (decimal): -9940724 or 807272. OLE color: 807272.
HSL color Cylindrical-coordinate representation of color #68510C: hue angle of 45º degrees, saturation: 0.79, 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 #68510C is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 81 | 12 | - |
| CMYK | 0 | 0.22 | 0.88 | 0.59 |
| HSL | 45º | 0.79% | 0.23% | - |
| HSV(B) | 45º | 0.88% | 0.41% | - |
| XYZ | 8.72 | 8.85 | 1.6 | - |
| YUV | 80.01 | 89.62 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 81 | 12 | 0 | 0.22 | 0.88 | 0.59 | 45 | 0.79 | 0.23 |
| Hex | 68 | 51 | C | 0 | 16 | 58 | 3B | 2D | 4F | 17 |
| Octal | 150 | 121 | 14 | 0 | 26 | 130 | 73 | 55 | 117 | 27 |
| Binary | 1101000 | 1010001 | 1100 | 0 | 10110 | 1011000 | 111011 | 101101 | 1001111 | 10111 |
Color Harmonies of #68510C
Complementary color
Monochromatic Colors of #68510C
Black with #68510C
Text Example
Text Example
White with #68510C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68510C; }
p { color: rgb(104,81,12); }
H1.HeaderClassName
{
color: #68510C;
}
.AnyTagClassName
{
color: #68510C;
}
</style>
background-color css
<style>
a { background-color: #68510C; }
a { background-color: rgb(104,81,12); }
div.DivClassName
{
background-color: #68510C;
}
.BgClassName
{
background-color: #68510C;
}
</style>
border-color css
<style>
span { border-color: #68510C; }
span { border-color: rgb(104,81,12); }
td.TdClassName
{
border-color: #68510C;
}
.TagClassName
{
border-color: #68510C;
}
</style>