Shades of Raw Umber #68480B
Tints of Raw Umber #68480B
RGB
CMYK
RGB Variations
Color information
#68480B (or 0x68480B) is known color: Raw Umber. HEX triplet: 68, 48 and 0B. RGB value is (104,72,11). Sum of RGB (Red+Green+Blue) = 104+72+11=187 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.61% from 187); Green value is 72 (28.52% from 255 or 38.50% from 187); Blue value is 11 (4.69% from 255 or 5.88% from 187); Max value from RGB is 104 - color contains mainly: red. Hex color #68480B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68480B is #97B7F4. Grayscale: #4A4A4A. Windows color (decimal): -9943029 or 739432. OLE color: 739432.
HSL color Cylindrical-coordinate representation of color #68480B: hue angle of 39.35º 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 #68480B is Cyan = 0, Magento = 0.31, Yellow = 0.89 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 72 | 11 | - |
| CMYK | 0 | 0.31 | 0.89 | 0.59 |
| HSL | 39.35º | 0.81% | 0.23% | - |
| HSV(B) | 39.35º | 0.89% | 0.41% | - |
| XYZ | 8.09 | 7.6 | 1.36 | - |
| YUV | 74.61 | 92.1 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 72 | 11 | 0 | 0.31 | 0.89 | 0.59 | 39.35 | 0.81 | 0.23 |
| Hex | 68 | 48 | B | 0 | 1F | 59 | 3B | 27 | 51 | 17 |
| Octal | 150 | 110 | 13 | 0 | 37 | 131 | 73 | 47 | 121 | 27 |
| Binary | 1101000 | 1001000 | 1011 | 0 | 11111 | 1011001 | 111011 | 100111 | 1010001 | 10111 |
Color Harmonies of #68480B
Complementary color
Monochromatic Colors of #68480B
Black with #68480B
Text Example
Text Example
White with #68480B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68480B; }
p { color: rgb(104,72,11); }
H1.HeaderClassName
{
color: #68480B;
}
.AnyTagClassName
{
color: #68480B;
}
</style>
background-color css
<style>
a { background-color: #68480B; }
a { background-color: rgb(104,72,11); }
div.DivClassName
{
background-color: #68480B;
}
.BgClassName
{
background-color: #68480B;
}
</style>
border-color css
<style>
span { border-color: #68480B; }
span { border-color: rgb(104,72,11); }
td.TdClassName
{
border-color: #68480B;
}
.TagClassName
{
border-color: #68480B;
}
</style>