Shades of Raw Umber #68400B
Tints of Raw Umber #68400B
RGB
CMYK
RGB Variations
Color information
#68400B (or 0x68400B) is known color: Raw Umber. HEX triplet: 68, 40 and 0B. RGB value is (104,64,11). Sum of RGB (Red+Green+Blue) = 104+64+11=179 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.10% from 179); Green value is 64 (25.39% from 255 or 35.75% from 179); Blue value is 11 (4.69% from 255 or 6.15% from 179); Max value from RGB is 104 - color contains mainly: red. Hex color #68400B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68400B is #97BFF4. Grayscale: #464646. Windows color (decimal): -9945077 or 737384. OLE color: 737384.
HSL color Cylindrical-coordinate representation of color #68400B: hue angle of 34.19º 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 #68400B is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 64 | 11 | - |
| CMYK | 0 | 0.38 | 0.89 | 0.59 |
| HSL | 34.19º | 0.81% | 0.23% | - |
| HSV(B) | 34.19º | 0.89% | 0.41% | - |
| XYZ | 7.6 | 6.63 | 1.2 | - |
| YUV | 69.92 | 94.75 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 64 | 11 | 0 | 0.38 | 0.89 | 0.59 | 34.19 | 0.81 | 0.23 |
| Hex | 68 | 40 | B | 0 | 26 | 59 | 3B | 22 | 51 | 17 |
| Octal | 150 | 100 | 13 | 0 | 46 | 131 | 73 | 42 | 121 | 27 |
| Binary | 1101000 | 1000000 | 1011 | 0 | 100110 | 1011001 | 111011 | 100010 | 1010001 | 10111 |
Color Harmonies of #68400B
Complementary color
Monochromatic Colors of #68400B
Black with #68400B
Text Example
Text Example
White with #68400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68400B; }
p { color: rgb(104,64,11); }
H1.HeaderClassName
{
color: #68400B;
}
.AnyTagClassName
{
color: #68400B;
}
</style>
background-color css
<style>
a { background-color: #68400B; }
a { background-color: rgb(104,64,11); }
div.DivClassName
{
background-color: #68400B;
}
.BgClassName
{
background-color: #68400B;
}
</style>
border-color css
<style>
span { border-color: #68400B; }
span { border-color: rgb(104,64,11); }
td.TdClassName
{
border-color: #68400B;
}
.TagClassName
{
border-color: #68400B;
}
</style>