Shades of Raw Umber #804906
Tints of Raw Umber #804906
RGB
CMYK
RGB Variations
Color information
#804906 (or 0x804906) is known color: Raw Umber. HEX triplet: 80, 49 and 06. RGB value is (128,73,6). Sum of RGB (Red+Green+Blue) = 128+73+6=207 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.84% from 207); Green value is 73 (28.91% from 255 or 35.27% from 207); Blue value is 6 (2.73% from 255 or 2.90% from 207); Max value from RGB is 128 - color contains mainly: red. Hex color #804906 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804906 is #7FB6F9. Grayscale: #525252. Windows color (decimal): -8369914 or 412032. OLE color: 412032.
HSL color Cylindrical-coordinate representation of color #804906: hue angle of 32.95º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #804906 is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 73 | 6 | - |
| CMYK | 0 | 0.43 | 0.95 | 0.50 |
| HSL | 32.95º | 0.91% | 0.26% | - |
| HSV(B) | 32.95º | 0.95% | 0.5% | - |
| XYZ | 11.32 | 9.37 | 1.38 | - |
| YUV | 81.81 | 85.22 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 73 | 6 | 0 | 0.43 | 0.95 | 0.50 | 32.95 | 0.91 | 0.26 |
| Hex | 80 | 49 | 6 | 0 | 2B | 5F | 32 | 21 | 5B | 1A |
| Octal | 200 | 111 | 6 | 0 | 53 | 137 | 62 | 41 | 133 | 32 |
| Binary | 10000000 | 1001001 | 110 | 0 | 101011 | 1011111 | 110010 | 100001 | 1011011 | 11010 |
Color Harmonies of #804906
Complementary color
Monochromatic Colors of #804906
Black with #804906
Text Example
Text Example
White with #804906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804906; }
p { color: rgb(128,73,6); }
H1.HeaderClassName
{
color: #804906;
}
.AnyTagClassName
{
color: #804906;
}
</style>
background-color css
<style>
a { background-color: #804906; }
a { background-color: rgb(128,73,6); }
div.DivClassName
{
background-color: #804906;
}
.BgClassName
{
background-color: #804906;
}
</style>
border-color css
<style>
span { border-color: #804906; }
span { border-color: rgb(128,73,6); }
td.TdClassName
{
border-color: #804906;
}
.TagClassName
{
border-color: #804906;
}
</style>