Shades of Raw Umber #805A06
Tints of Raw Umber #805A06
RGB
CMYK
RGB Variations
Color information
#805A06 (or 0x805A06) is known color: Raw Umber. HEX triplet: 80, 5A and 06. RGB value is (128,90,6). Sum of RGB (Red+Green+Blue) = 128+90+6=224 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.14% from 224); Green value is 90 (35.55% from 255 or 40.18% from 224); Blue value is 6 (2.73% from 255 or 2.68% from 224); Max value from RGB is 128 - color contains mainly: red. Hex color #805A06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805A06 is #7FA5F9. Grayscale: #5C5C5C. Windows color (decimal): -8365562 or 416384. OLE color: 416384.
HSL color Cylindrical-coordinate representation of color #805A06: hue angle of 41.31º 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 #805A06 is Cyan = 0, Magento = 0.30, Yellow = 0.95 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 90 | 6 | - |
| CMYK | 0 | 0.30 | 0.95 | 0.50 |
| HSL | 41.31º | 0.91% | 0.26% | - |
| HSV(B) | 41.31º | 0.95% | 0.5% | - |
| XYZ | 12.59 | 11.91 | 1.81 | - |
| YUV | 91.79 | 79.59 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 90 | 6 | 0 | 0.30 | 0.95 | 0.50 | 41.31 | 0.91 | 0.26 |
| Hex | 80 | 5A | 6 | 0 | 1E | 5F | 32 | 29 | 5B | 1A |
| Octal | 200 | 132 | 6 | 0 | 36 | 137 | 62 | 51 | 133 | 32 |
| Binary | 10000000 | 1011010 | 110 | 0 | 11110 | 1011111 | 110010 | 101001 | 1011011 | 11010 |
Color Harmonies of #805A06
Complementary color
Monochromatic Colors of #805A06
Black with #805A06
Text Example
Text Example
White with #805A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805A06; }
p { color: rgb(128,90,6); }
H1.HeaderClassName
{
color: #805A06;
}
.AnyTagClassName
{
color: #805A06;
}
</style>
background-color css
<style>
a { background-color: #805A06; }
a { background-color: rgb(128,90,6); }
div.DivClassName
{
background-color: #805A06;
}
.BgClassName
{
background-color: #805A06;
}
</style>
border-color css
<style>
span { border-color: #805A06; }
span { border-color: rgb(128,90,6); }
td.TdClassName
{
border-color: #805A06;
}
.TagClassName
{
border-color: #805A06;
}
</style>