Shades of Raw Umber #68540C
Tints of Raw Umber #68540C
RGB
CMYK
RGB Variations
Color information
#68540C (or 0x68540C) is known color: Raw Umber. HEX triplet: 68, 54 and 0C. RGB value is (104,84,12). Sum of RGB (Red+Green+Blue) = 104+84+12=200 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52% from 200); Green value is 84 (33.20% from 255 or 42% from 200); Blue value is 12 (5.08% from 255 or 6% from 200); Max value from RGB is 104 - color contains mainly: red. Hex color #68540C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68540C is #97ABF3. Grayscale: #525252. Windows color (decimal): -9939956 or 808040. OLE color: 808040.
HSL color Cylindrical-coordinate representation of color #68540C: hue angle of 46.96º 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 #68540C is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 84 | 12 | - |
| CMYK | 0 | 0.19 | 0.88 | 0.59 |
| HSL | 46.96º | 0.79% | 0.23% | - |
| HSV(B) | 46.96º | 0.88% | 0.41% | - |
| XYZ | 8.95 | 9.31 | 1.67 | - |
| YUV | 81.77 | 88.63 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 84 | 12 | 0 | 0.19 | 0.88 | 0.59 | 46.96 | 0.79 | 0.23 |
| Hex | 68 | 54 | C | 0 | 13 | 58 | 3B | 2F | 4F | 17 |
| Octal | 150 | 124 | 14 | 0 | 23 | 130 | 73 | 57 | 117 | 27 |
| Binary | 1101000 | 1010100 | 1100 | 0 | 10011 | 1011000 | 111011 | 101111 | 1001111 | 10111 |
Color Harmonies of #68540C
Complementary color
Monochromatic Colors of #68540C
Black with #68540C
Text Example
Text Example
White with #68540C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68540C; }
p { color: rgb(104,84,12); }
H1.HeaderClassName
{
color: #68540C;
}
.AnyTagClassName
{
color: #68540C;
}
</style>
background-color css
<style>
a { background-color: #68540C; }
a { background-color: rgb(104,84,12); }
div.DivClassName
{
background-color: #68540C;
}
.BgClassName
{
background-color: #68540C;
}
</style>
border-color css
<style>
span { border-color: #68540C; }
span { border-color: rgb(104,84,12); }
td.TdClassName
{
border-color: #68540C;
}
.TagClassName
{
border-color: #68540C;
}
</style>