Shades of Raw Umber #68540F
Tints of Raw Umber #68540F
RGB
CMYK
RGB Variations
Color information
#68540F (or 0x68540F) is known color: Raw Umber. HEX triplet: 68, 54 and 0F. RGB value is (104,84,15). Sum of RGB (Red+Green+Blue) = 104+84+15=203 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.23% from 203); Green value is 84 (33.20% from 255 or 41.38% from 203); Blue value is 15 (6.25% from 255 or 7.39% from 203); Max value from RGB is 104 - color contains mainly: red. Hex color #68540F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68540F is #97ABF0. Grayscale: #525252. Windows color (decimal): -9939953 or 1004648. OLE color: 1004648.
HSL color Cylindrical-coordinate representation of color #68540F: hue angle of 46.52º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #68540F is Cyan = 0, Magento = 0.19, Yellow = 0.86 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 84 | 15 | - |
| CMYK | 0 | 0.19 | 0.86 | 0.59 |
| HSL | 46.52º | 0.75% | 0.23% | - |
| HSV(B) | 46.52º | 0.86% | 0.41% | - |
| XYZ | 8.97 | 9.32 | 1.78 | - |
| YUV | 82.11 | 90.13 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 84 | 15 | 0 | 0.19 | 0.86 | 0.59 | 46.52 | 0.75 | 0.23 |
| Hex | 68 | 54 | F | 0 | 13 | 56 | 3B | 2F | 4B | 17 |
| Octal | 150 | 124 | 17 | 0 | 23 | 126 | 73 | 57 | 113 | 27 |
| Binary | 1101000 | 1010100 | 1111 | 0 | 10011 | 1010110 | 111011 | 101111 | 1001011 | 10111 |
Color Harmonies of #68540F
Complementary color
Monochromatic Colors of #68540F
Black with #68540F
Text Example
Text Example
White with #68540F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68540F; }
p { color: rgb(104,84,15); }
H1.HeaderClassName
{
color: #68540F;
}
.AnyTagClassName
{
color: #68540F;
}
</style>
background-color css
<style>
a { background-color: #68540F; }
a { background-color: rgb(104,84,15); }
div.DivClassName
{
background-color: #68540F;
}
.BgClassName
{
background-color: #68540F;
}
</style>
border-color css
<style>
span { border-color: #68540F; }
span { border-color: rgb(104,84,15); }
td.TdClassName
{
border-color: #68540F;
}
.TagClassName
{
border-color: #68540F;
}
</style>