Shades of Raw Umber #68540D
Tints of Raw Umber #68540D
RGB
CMYK
RGB Variations
Color information
#68540D (or 0x68540D) is known color: Raw Umber. HEX triplet: 68, 54 and 0D. RGB value is (104,84,13). Sum of RGB (Red+Green+Blue) = 104+84+13=201 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.74% from 201); Green value is 84 (33.20% from 255 or 41.79% from 201); Blue value is 13 (5.47% from 255 or 6.47% from 201); Max value from RGB is 104 - color contains mainly: red. Hex color #68540D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68540D is #97ABF2. Grayscale: #525252. Windows color (decimal): -9939955 or 873576. OLE color: 873576.
HSL color Cylindrical-coordinate representation of color #68540D: hue angle of 46.81º degrees, saturation: 0.78, 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 #68540D is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 84 | 13 | - |
| CMYK | 0 | 0.19 | 0.88 | 0.59 |
| HSL | 46.81º | 0.78% | 0.23% | - |
| HSV(B) | 46.81º | 0.88% | 0.41% | - |
| XYZ | 8.95 | 9.31 | 1.71 | - |
| YUV | 81.89 | 89.13 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 84 | 13 | 0 | 0.19 | 0.88 | 0.59 | 46.81 | 0.78 | 0.23 |
| Hex | 68 | 54 | D | 0 | 13 | 58 | 3B | 2F | 4E | 17 |
| Octal | 150 | 124 | 15 | 0 | 23 | 130 | 73 | 57 | 116 | 27 |
| Binary | 1101000 | 1010100 | 1101 | 0 | 10011 | 1011000 | 111011 | 101111 | 1001110 | 10111 |
Color Harmonies of #68540D
Complementary color
Monochromatic Colors of #68540D
Black with #68540D
Text Example
Text Example
White with #68540D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68540D; }
p { color: rgb(104,84,13); }
H1.HeaderClassName
{
color: #68540D;
}
.AnyTagClassName
{
color: #68540D;
}
</style>
background-color css
<style>
a { background-color: #68540D; }
a { background-color: rgb(104,84,13); }
div.DivClassName
{
background-color: #68540D;
}
.BgClassName
{
background-color: #68540D;
}
</style>
border-color css
<style>
span { border-color: #68540D; }
span { border-color: rgb(104,84,13); }
td.TdClassName
{
border-color: #68540D;
}
.TagClassName
{
border-color: #68540D;
}
</style>