Shades of Raw Umber #68450C
Tints of Raw Umber #68450C
RGB
CMYK
RGB Variations
Color information
#68450C (or 0x68450C) is known color: Raw Umber. HEX triplet: 68, 45 and 0C. RGB value is (104,69,12). Sum of RGB (Red+Green+Blue) = 104+69+12=185 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.22% from 185); Green value is 69 (27.34% from 255 or 37.30% from 185); Blue value is 12 (5.08% from 255 or 6.49% from 185); Max value from RGB is 104 - color contains mainly: red. Hex color #68450C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68450C is #97BAF3. Grayscale: #494949. Windows color (decimal): -9943796 or 804200. OLE color: 804200.
HSL color Cylindrical-coordinate representation of color #68450C: hue angle of 37.17º 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 #68450C is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 69 | 12 | - |
| CMYK | 0 | 0.34 | 0.88 | 0.59 |
| HSL | 37.17º | 0.79% | 0.23% | - |
| HSV(B) | 37.17º | 0.88% | 0.41% | - |
| XYZ | 7.9 | 7.23 | 1.33 | - |
| YUV | 72.97 | 93.6 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 69 | 12 | 0 | 0.34 | 0.88 | 0.59 | 37.17 | 0.79 | 0.23 |
| Hex | 68 | 45 | C | 0 | 22 | 58 | 3B | 25 | 4F | 17 |
| Octal | 150 | 105 | 14 | 0 | 42 | 130 | 73 | 45 | 117 | 27 |
| Binary | 1101000 | 1000101 | 1100 | 0 | 100010 | 1011000 | 111011 | 100101 | 1001111 | 10111 |
Color Harmonies of #68450C
Complementary color
Monochromatic Colors of #68450C
Black with #68450C
Text Example
Text Example
White with #68450C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68450C; }
p { color: rgb(104,69,12); }
H1.HeaderClassName
{
color: #68450C;
}
.AnyTagClassName
{
color: #68450C;
}
</style>
background-color css
<style>
a { background-color: #68450C; }
a { background-color: rgb(104,69,12); }
div.DivClassName
{
background-color: #68450C;
}
.BgClassName
{
background-color: #68450C;
}
</style>
border-color css
<style>
span { border-color: #68450C; }
span { border-color: rgb(104,69,12); }
td.TdClassName
{
border-color: #68450C;
}
.TagClassName
{
border-color: #68450C;
}
</style>