Shades of Raw Umber #785E06
Tints of Raw Umber #785E06
RGB
CMYK
RGB Variations
Color information
#785E06 (or 0x785E06) is known color: Raw Umber. HEX triplet: 78, 5E and 06. RGB value is (120,94,6). Sum of RGB (Red+Green+Blue) = 120+94+6=220 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.55% from 220); Green value is 94 (37.11% from 255 or 42.73% from 220); Blue value is 6 (2.73% from 255 or 2.73% from 220); Max value from RGB is 120 - color contains mainly: red. Hex color #785E06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #785E06 is #87A1F9. Grayscale: #5C5C5C. Windows color (decimal): -8888826 or 417400. OLE color: 417400.
HSL color Cylindrical-coordinate representation of color #785E06: hue angle of 46.32º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #785E06 is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 94 | 6 | - |
| CMYK | 0 | 0.22 | 0.95 | 0.53 |
| HSL | 46.32º | 0.9% | 0.25% | - |
| HSV(B) | 46.32º | 0.95% | 0.47% | - |
| XYZ | 11.78 | 12.01 | 1.87 | - |
| YUV | 91.74 | 79.61 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 94 | 6 | 0 | 0.22 | 0.95 | 0.53 | 46.32 | 0.9 | 0.25 |
| Hex | 78 | 5E | 6 | 0 | 16 | 5F | 35 | 2E | 5A | 19 |
| Octal | 170 | 136 | 6 | 0 | 26 | 137 | 65 | 56 | 132 | 31 |
| Binary | 1111000 | 1011110 | 110 | 0 | 10110 | 1011111 | 110101 | 101110 | 1011010 | 11001 |
Color Harmonies of #785E06
Complementary color
Monochromatic Colors of #785E06
Black with #785E06
Text Example
Text Example
White with #785E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785E06; }
p { color: rgb(120,94,6); }
H1.HeaderClassName
{
color: #785E06;
}
.AnyTagClassName
{
color: #785E06;
}
</style>
background-color css
<style>
a { background-color: #785E06; }
a { background-color: rgb(120,94,6); }
div.DivClassName
{
background-color: #785E06;
}
.BgClassName
{
background-color: #785E06;
}
</style>
border-color css
<style>
span { border-color: #785E06; }
span { border-color: rgb(120,94,6); }
td.TdClassName
{
border-color: #785E06;
}
.TagClassName
{
border-color: #785E06;
}
</style>