Shades of Raw Umber #68460C
Tints of Raw Umber #68460C
RGB
CMYK
RGB Variations
Color information
#68460C (or 0x68460C) is known color: Raw Umber. HEX triplet: 68, 46 and 0C. RGB value is (104,70,12). Sum of RGB (Red+Green+Blue) = 104+70+12=186 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.91% from 186); Green value is 70 (27.73% from 255 or 37.63% from 186); Blue value is 12 (5.08% from 255 or 6.45% from 186); Max value from RGB is 104 - color contains mainly: red. Hex color #68460C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68460C is #97B9F3. Grayscale: #494949. Windows color (decimal): -9943540 or 804456. OLE color: 804456.
HSL color Cylindrical-coordinate representation of color #68460C: hue angle of 37.83º 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 #68460C is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 70 | 12 | - |
| CMYK | 0 | 0.33 | 0.88 | 0.59 |
| HSL | 37.83º | 0.79% | 0.23% | - |
| HSV(B) | 37.83º | 0.88% | 0.41% | - |
| XYZ | 7.97 | 7.35 | 1.35 | - |
| YUV | 73.55 | 93.26 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 70 | 12 | 0 | 0.33 | 0.88 | 0.59 | 37.83 | 0.79 | 0.23 |
| Hex | 68 | 46 | C | 0 | 21 | 58 | 3B | 26 | 4F | 17 |
| Octal | 150 | 106 | 14 | 0 | 41 | 130 | 73 | 46 | 117 | 27 |
| Binary | 1101000 | 1000110 | 1100 | 0 | 100001 | 1011000 | 111011 | 100110 | 1001111 | 10111 |
Color Harmonies of #68460C
Complementary color
Monochromatic Colors of #68460C
Black with #68460C
Text Example
Text Example
White with #68460C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68460C; }
p { color: rgb(104,70,12); }
H1.HeaderClassName
{
color: #68460C;
}
.AnyTagClassName
{
color: #68460C;
}
</style>
background-color css
<style>
a { background-color: #68460C; }
a { background-color: rgb(104,70,12); }
div.DivClassName
{
background-color: #68460C;
}
.BgClassName
{
background-color: #68460C;
}
</style>
border-color css
<style>
span { border-color: #68460C; }
span { border-color: rgb(104,70,12); }
td.TdClassName
{
border-color: #68460C;
}
.TagClassName
{
border-color: #68460C;
}
</style>