Shades of Raw Umber #68510A
Tints of Raw Umber #68510A
RGB
CMYK
RGB Variations
Color information
#68510A (or 0x68510A) is known color: Raw Umber. HEX triplet: 68, 51 and 0A. RGB value is (104,81,10). Sum of RGB (Red+Green+Blue) = 104+81+10=195 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.33% from 195); Green value is 81 (32.03% from 255 or 41.54% from 195); Blue value is 10 (4.30% from 255 or 5.13% from 195); Max value from RGB is 104 - color contains mainly: red. Hex color #68510A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68510A is #97AEF5. Grayscale: #505050. Windows color (decimal): -9940726 or 676200. OLE color: 676200.
HSL color Cylindrical-coordinate representation of color #68510A: hue angle of 45.32º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #68510A is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 81 | 10 | - |
| CMYK | 0 | 0.22 | 0.90 | 0.59 |
| HSL | 45.32º | 0.82% | 0.22% | - |
| HSV(B) | 45.32º | 0.9% | 0.41% | - |
| XYZ | 8.71 | 8.85 | 1.54 | - |
| YUV | 79.78 | 88.62 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 81 | 10 | 0 | 0.22 | 0.90 | 0.59 | 45.32 | 0.82 | 0.22 |
| Hex | 68 | 51 | A | 0 | 16 | 5A | 3B | 2D | 52 | 16 |
| Octal | 150 | 121 | 12 | 0 | 26 | 132 | 73 | 55 | 122 | 26 |
| Binary | 1101000 | 1010001 | 1010 | 0 | 10110 | 1011010 | 111011 | 101101 | 1010010 | 10110 |
Color Harmonies of #68510A
Complementary color
Monochromatic Colors of #68510A
Black with #68510A
Text Example
Text Example
White with #68510A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68510A; }
p { color: rgb(104,81,10); }
H1.HeaderClassName
{
color: #68510A;
}
.AnyTagClassName
{
color: #68510A;
}
</style>
background-color css
<style>
a { background-color: #68510A; }
a { background-color: rgb(104,81,10); }
div.DivClassName
{
background-color: #68510A;
}
.BgClassName
{
background-color: #68510A;
}
</style>
border-color css
<style>
span { border-color: #68510A; }
span { border-color: rgb(104,81,10); }
td.TdClassName
{
border-color: #68510A;
}
.TagClassName
{
border-color: #68510A;
}
</style>