Shades of Raw Umber #764D16
Tints of Raw Umber #764D16
RGB
CMYK
RGB Variations
Color information
#764D16 (or 0x764D16) is known color: Raw Umber. HEX triplet: 76, 4D and 16. RGB value is (118,77,22). Sum of RGB (Red+Green+Blue) = 118+77+22=217 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.38% from 217); Green value is 77 (30.47% from 255 or 35.48% from 217); Blue value is 22 (8.98% from 255 or 10.14% from 217); Max value from RGB is 118 - color contains mainly: red. Hex color #764D16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #764D16 is #89B2E9. Grayscale: #535353. Windows color (decimal): -9024234 or 1461622. OLE color: 1461622.
HSL color Cylindrical-coordinate representation of color #764D16: hue angle of 34.38º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #764D16 is Cyan = 0, Magento = 0.35, Yellow = 0.81 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 77 | 22 | - |
| CMYK | 0 | 0.35 | 0.81 | 0.54 |
| HSL | 34.38º | 0.69% | 0.27% | - |
| HSV(B) | 34.38º | 0.81% | 0.46% | - |
| XYZ | 10.27 | 9.22 | 2 | - |
| YUV | 82.99 | 93.58 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 77 | 22 | 0 | 0.35 | 0.81 | 0.54 | 34.38 | 0.69 | 0.27 |
| Hex | 76 | 4D | 16 | 0 | 23 | 51 | 36 | 22 | 45 | 1B |
| Octal | 166 | 115 | 26 | 0 | 43 | 121 | 66 | 42 | 105 | 33 |
| Binary | 1110110 | 1001101 | 10110 | 0 | 100011 | 1010001 | 110110 | 100010 | 1000101 | 11011 |
Color Harmonies of #764D16
Complementary color
Monochromatic Colors of #764D16
Black with #764D16
Text Example
Text Example
White with #764D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764D16; }
p { color: rgb(118,77,22); }
H1.HeaderClassName
{
color: #764D16;
}
.AnyTagClassName
{
color: #764D16;
}
</style>
background-color css
<style>
a { background-color: #764D16; }
a { background-color: rgb(118,77,22); }
div.DivClassName
{
background-color: #764D16;
}
.BgClassName
{
background-color: #764D16;
}
</style>
border-color css
<style>
span { border-color: #764D16; }
span { border-color: rgb(118,77,22); }
td.TdClassName
{
border-color: #764D16;
}
.TagClassName
{
border-color: #764D16;
}
</style>