Shades of Raw Umber #68500C
Tints of Raw Umber #68500C
RGB
CMYK
RGB Variations
Color information
#68500C (or 0x68500C) is known color: Raw Umber. HEX triplet: 68, 50 and 0C. RGB value is (104,80,12). Sum of RGB (Red+Green+Blue) = 104+80+12=196 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.06% from 196); Green value is 80 (31.64% from 255 or 40.82% from 196); Blue value is 12 (5.08% from 255 or 6.12% from 196); Max value from RGB is 104 - color contains mainly: red. Hex color #68500C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68500C is #97AFF3. Grayscale: #4F4F4F. Windows color (decimal): -9940980 or 807016. OLE color: 807016.
HSL color Cylindrical-coordinate representation of color #68500C: hue angle of 44.35º 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 #68500C is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 80 | 12 | - |
| CMYK | 0 | 0.23 | 0.88 | 0.59 |
| HSL | 44.35º | 0.79% | 0.23% | - |
| HSV(B) | 44.35º | 0.88% | 0.41% | - |
| XYZ | 8.64 | 8.71 | 1.57 | - |
| YUV | 79.42 | 89.95 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 80 | 12 | 0 | 0.23 | 0.88 | 0.59 | 44.35 | 0.79 | 0.23 |
| Hex | 68 | 50 | C | 0 | 17 | 58 | 3B | 2C | 4F | 17 |
| Octal | 150 | 120 | 14 | 0 | 27 | 130 | 73 | 54 | 117 | 27 |
| Binary | 1101000 | 1010000 | 1100 | 0 | 10111 | 1011000 | 111011 | 101100 | 1001111 | 10111 |
Color Harmonies of #68500C
Complementary color
Monochromatic Colors of #68500C
Black with #68500C
Text Example
Text Example
White with #68500C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68500C; }
p { color: rgb(104,80,12); }
H1.HeaderClassName
{
color: #68500C;
}
.AnyTagClassName
{
color: #68500C;
}
</style>
background-color css
<style>
a { background-color: #68500C; }
a { background-color: rgb(104,80,12); }
div.DivClassName
{
background-color: #68500C;
}
.BgClassName
{
background-color: #68500C;
}
</style>
border-color css
<style>
span { border-color: #68500C; }
span { border-color: rgb(104,80,12); }
td.TdClassName
{
border-color: #68500C;
}
.TagClassName
{
border-color: #68500C;
}
</style>