Shades of Raw Umber #76460D
Tints of Raw Umber #76460D
RGB
CMYK
RGB Variations
Color information
#76460D (or 0x76460D) is known color: Raw Umber. HEX triplet: 76, 46 and 0D. RGB value is (118,70,13). Sum of RGB (Red+Green+Blue) = 118+70+13=201 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.71% from 201); Green value is 70 (27.73% from 255 or 34.83% from 201); Blue value is 13 (5.47% from 255 or 6.47% from 201); Max value from RGB is 118 - color contains mainly: red. Hex color #76460D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76460D is #89B9F2. Grayscale: #4E4E4E. Windows color (decimal): -9026035 or 870006. OLE color: 870006.
HSL color Cylindrical-coordinate representation of color #76460D: hue angle of 32.57º 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 #76460D is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 70 | 13 | - |
| CMYK | 0 | 0.41 | 0.89 | 0.54 |
| HSL | 32.57º | 0.8% | 0.26% | - |
| HSV(B) | 32.57º | 0.89% | 0.46% | - |
| XYZ | 9.73 | 8.26 | 1.46 | - |
| YUV | 77.85 | 91.4 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 70 | 13 | 0 | 0.41 | 0.89 | 0.54 | 32.57 | 0.8 | 0.26 |
| Hex | 76 | 46 | D | 0 | 29 | 59 | 36 | 21 | 50 | 1A |
| Octal | 166 | 106 | 15 | 0 | 51 | 131 | 66 | 41 | 120 | 32 |
| Binary | 1110110 | 1000110 | 1101 | 0 | 101001 | 1011001 | 110110 | 100001 | 1010000 | 11010 |
Color Harmonies of #76460D
Complementary color
Monochromatic Colors of #76460D
Black with #76460D
Text Example
Text Example
White with #76460D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76460D; }
p { color: rgb(118,70,13); }
H1.HeaderClassName
{
color: #76460D;
}
.AnyTagClassName
{
color: #76460D;
}
</style>
background-color css
<style>
a { background-color: #76460D; }
a { background-color: rgb(118,70,13); }
div.DivClassName
{
background-color: #76460D;
}
.BgClassName
{
background-color: #76460D;
}
</style>
border-color css
<style>
span { border-color: #76460D; }
span { border-color: rgb(118,70,13); }
td.TdClassName
{
border-color: #76460D;
}
.TagClassName
{
border-color: #76460D;
}
</style>