Shades of Raw Umber #68540A
Tints of Raw Umber #68540A
RGB
CMYK
RGB Variations
Color information
#68540A (or 0x68540A) is known color: Raw Umber. HEX triplet: 68, 54 and 0A. RGB value is (104,84,10). Sum of RGB (Red+Green+Blue) = 104+84+10=198 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.53% from 198); Green value is 84 (33.20% from 255 or 42.42% from 198); Blue value is 10 (4.30% from 255 or 5.05% from 198); Max value from RGB is 104 - color contains mainly: red. Hex color #68540A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68540A is #97ABF5. Grayscale: #515151. Windows color (decimal): -9939958 or 676968. OLE color: 676968.
HSL color Cylindrical-coordinate representation of color #68540A: hue angle of 47.23º 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 #68540A is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 84 | 10 | - |
| CMYK | 0 | 0.19 | 0.90 | 0.59 |
| HSL | 47.23º | 0.82% | 0.22% | - |
| HSV(B) | 47.23º | 0.9% | 0.41% | - |
| XYZ | 8.93 | 9.31 | 1.61 | - |
| YUV | 81.54 | 87.63 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 84 | 10 | 0 | 0.19 | 0.90 | 0.59 | 47.23 | 0.82 | 0.22 |
| Hex | 68 | 54 | A | 0 | 13 | 5A | 3B | 2F | 52 | 16 |
| Octal | 150 | 124 | 12 | 0 | 23 | 132 | 73 | 57 | 122 | 26 |
| Binary | 1101000 | 1010100 | 1010 | 0 | 10011 | 1011010 | 111011 | 101111 | 1010010 | 10110 |
Color Harmonies of #68540A
Complementary color
Monochromatic Colors of #68540A
Black with #68540A
Text Example
Text Example
White with #68540A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68540A; }
p { color: rgb(104,84,10); }
H1.HeaderClassName
{
color: #68540A;
}
.AnyTagClassName
{
color: #68540A;
}
</style>
background-color css
<style>
a { background-color: #68540A; }
a { background-color: rgb(104,84,10); }
div.DivClassName
{
background-color: #68540A;
}
.BgClassName
{
background-color: #68540A;
}
</style>
border-color css
<style>
span { border-color: #68540A; }
span { border-color: rgb(104,84,10); }
td.TdClassName
{
border-color: #68540A;
}
.TagClassName
{
border-color: #68540A;
}
</style>