Shades of Raw Umber #76560D
Tints of Raw Umber #76560D
RGB
CMYK
RGB Variations
Color information
#76560D (or 0x76560D) is known color: Raw Umber. HEX triplet: 76, 56 and 0D. RGB value is (118,86,13). Sum of RGB (Red+Green+Blue) = 118+86+13=217 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.38% from 217); Green value is 86 (33.98% from 255 or 39.63% from 217); Blue value is 13 (5.47% from 255 or 5.99% from 217); Max value from RGB is 118 - color contains mainly: red. Hex color #76560D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76560D is #89A9F2. Grayscale: #575757. Windows color (decimal): -9021939 or 874102. OLE color: 874102.
HSL color Cylindrical-coordinate representation of color #76560D: hue angle of 41.71º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #76560D is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 86 | 13 | - |
| CMYK | 0 | 0.27 | 0.89 | 0.54 |
| HSL | 41.71º | 0.8% | 0.26% | - |
| HSV(B) | 41.71º | 0.89% | 0.46% | - |
| XYZ | 10.87 | 10.54 | 1.84 | - |
| YUV | 87.25 | 86.1 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 86 | 13 | 0 | 0.27 | 0.89 | 0.54 | 41.71 | 0.8 | 0.26 |
| Hex | 76 | 56 | D | 0 | 1B | 59 | 36 | 2A | 50 | 1A |
| Octal | 166 | 126 | 15 | 0 | 33 | 131 | 66 | 52 | 120 | 32 |
| Binary | 1110110 | 1010110 | 1101 | 0 | 11011 | 1011001 | 110110 | 101010 | 1010000 | 11010 |
Color Harmonies of #76560D
Complementary color
Monochromatic Colors of #76560D
Black with #76560D
Text Example
Text Example
White with #76560D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76560D; }
p { color: rgb(118,86,13); }
H1.HeaderClassName
{
color: #76560D;
}
.AnyTagClassName
{
color: #76560D;
}
</style>
background-color css
<style>
a { background-color: #76560D; }
a { background-color: rgb(118,86,13); }
div.DivClassName
{
background-color: #76560D;
}
.BgClassName
{
background-color: #76560D;
}
</style>
border-color css
<style>
span { border-color: #76560D; }
span { border-color: rgb(118,86,13); }
td.TdClassName
{
border-color: #76560D;
}
.TagClassName
{
border-color: #76560D;
}
</style>