Shades of Raw Umber #68450B
Tints of Raw Umber #68450B
RGB
CMYK
RGB Variations
Color information
#68450B (or 0x68450B) is known color: Raw Umber. HEX triplet: 68, 45 and 0B. RGB value is (104,69,11). Sum of RGB (Red+Green+Blue) = 104+69+11=184 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.52% from 184); Green value is 69 (27.34% from 255 or 37.5% from 184); Blue value is 11 (4.69% from 255 or 5.98% from 184); Max value from RGB is 104 - color contains mainly: red. Hex color #68450B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68450B is #97BAF4. Grayscale: #494949. Windows color (decimal): -9943797 or 738664. OLE color: 738664.
HSL color Cylindrical-coordinate representation of color #68450B: hue angle of 37.42º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #68450B is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 69 | 11 | - |
| CMYK | 0 | 0.34 | 0.89 | 0.59 |
| HSL | 37.42º | 0.81% | 0.23% | - |
| HSV(B) | 37.42º | 0.89% | 0.41% | - |
| XYZ | 7.9 | 7.22 | 1.29 | - |
| YUV | 72.85 | 93.1 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 69 | 11 | 0 | 0.34 | 0.89 | 0.59 | 37.42 | 0.81 | 0.23 |
| Hex | 68 | 45 | B | 0 | 22 | 59 | 3B | 25 | 51 | 17 |
| Octal | 150 | 105 | 13 | 0 | 42 | 131 | 73 | 45 | 121 | 27 |
| Binary | 1101000 | 1000101 | 1011 | 0 | 100010 | 1011001 | 111011 | 100101 | 1010001 | 10111 |
Color Harmonies of #68450B
Complementary color
Monochromatic Colors of #68450B
Black with #68450B
Text Example
Text Example
White with #68450B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68450B; }
p { color: rgb(104,69,11); }
H1.HeaderClassName
{
color: #68450B;
}
.AnyTagClassName
{
color: #68450B;
}
</style>
background-color css
<style>
a { background-color: #68450B; }
a { background-color: rgb(104,69,11); }
div.DivClassName
{
background-color: #68450B;
}
.BgClassName
{
background-color: #68450B;
}
</style>
border-color css
<style>
span { border-color: #68450B; }
span { border-color: rgb(104,69,11); }
td.TdClassName
{
border-color: #68450B;
}
.TagClassName
{
border-color: #68450B;
}
</style>