Shades of Raw Umber #68560A
Tints of Raw Umber #68560A
RGB
CMYK
RGB Variations
Color information
#68560A (or 0x68560A) is known color: Raw Umber. HEX triplet: 68, 56 and 0A. RGB value is (104,86,10). Sum of RGB (Red+Green+Blue) = 104+86+10=200 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52% from 200); Green value is 86 (33.98% from 255 or 43% from 200); Blue value is 10 (4.30% from 255 or 5% from 200); Max value from RGB is 104 - color contains mainly: red. Hex color #68560A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68560A is #97A9F5. Grayscale: #535353. Windows color (decimal): -9939446 or 677480. OLE color: 677480.
HSL color Cylindrical-coordinate representation of color #68560A: hue angle of 48.51º 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 #68560A is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 86 | 10 | - |
| CMYK | 0 | 0.17 | 0.90 | 0.59 |
| HSL | 48.51º | 0.82% | 0.22% | - |
| HSV(B) | 48.51º | 0.9% | 0.41% | - |
| XYZ | 9.09 | 9.62 | 1.66 | - |
| YUV | 82.72 | 86.96 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 86 | 10 | 0 | 0.17 | 0.90 | 0.59 | 48.51 | 0.82 | 0.22 |
| Hex | 68 | 56 | A | 0 | 11 | 5A | 3B | 31 | 52 | 16 |
| Octal | 150 | 126 | 12 | 0 | 21 | 132 | 73 | 61 | 122 | 26 |
| Binary | 1101000 | 1010110 | 1010 | 0 | 10001 | 1011010 | 111011 | 110001 | 1010010 | 10110 |
Color Harmonies of #68560A
Complementary color
Monochromatic Colors of #68560A
Black with #68560A
Text Example
Text Example
White with #68560A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68560A; }
p { color: rgb(104,86,10); }
H1.HeaderClassName
{
color: #68560A;
}
.AnyTagClassName
{
color: #68560A;
}
</style>
background-color css
<style>
a { background-color: #68560A; }
a { background-color: rgb(104,86,10); }
div.DivClassName
{
background-color: #68560A;
}
.BgClassName
{
background-color: #68560A;
}
</style>
border-color css
<style>
span { border-color: #68560A; }
span { border-color: rgb(104,86,10); }
td.TdClassName
{
border-color: #68560A;
}
.TagClassName
{
border-color: #68560A;
}
</style>