Shades of Raw Umber #764D06
Tints of Raw Umber #764D06
RGB
CMYK
RGB Variations
Color information
#764D06 (or 0x764D06) is known color: Raw Umber. HEX triplet: 76, 4D and 06. RGB value is (118,77,6). Sum of RGB (Red+Green+Blue) = 118+77+6=201 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.71% from 201); Green value is 77 (30.47% from 255 or 38.31% from 201); Blue value is 6 (2.73% from 255 or 2.99% from 201); Max value from RGB is 118 - color contains mainly: red. Hex color #764D06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #764D06 is #89B2F9. Grayscale: #515151. Windows color (decimal): -9024250 or 413046. OLE color: 413046.
HSL color Cylindrical-coordinate representation of color #764D06: hue angle of 38.04º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #764D06 is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 77 | 6 | - |
| CMYK | 0 | 0.35 | 0.95 | 0.54 |
| HSL | 38.04º | 0.9% | 0.24% | - |
| HSV(B) | 38.04º | 0.95% | 0.46% | - |
| XYZ | 10.16 | 9.17 | 1.41 | - |
| YUV | 81.17 | 85.58 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 77 | 6 | 0 | 0.35 | 0.95 | 0.54 | 38.04 | 0.9 | 0.24 |
| Hex | 76 | 4D | 6 | 0 | 23 | 5F | 36 | 26 | 5A | 18 |
| Octal | 166 | 115 | 6 | 0 | 43 | 137 | 66 | 46 | 132 | 30 |
| Binary | 1110110 | 1001101 | 110 | 0 | 100011 | 1011111 | 110110 | 100110 | 1011010 | 11000 |
Color Harmonies of #764D06
Complementary color
Monochromatic Colors of #764D06
Black with #764D06
Text Example
Text Example
White with #764D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764D06; }
p { color: rgb(118,77,6); }
H1.HeaderClassName
{
color: #764D06;
}
.AnyTagClassName
{
color: #764D06;
}
</style>
background-color css
<style>
a { background-color: #764D06; }
a { background-color: rgb(118,77,6); }
div.DivClassName
{
background-color: #764D06;
}
.BgClassName
{
background-color: #764D06;
}
</style>
border-color css
<style>
span { border-color: #764D06; }
span { border-color: rgb(118,77,6); }
td.TdClassName
{
border-color: #764D06;
}
.TagClassName
{
border-color: #764D06;
}
</style>