Shades of Raw Umber #805C06
Tints of Raw Umber #805C06
RGB
CMYK
RGB Variations
Color information
#805C06 (or 0x805C06) is known color: Raw Umber. HEX triplet: 80, 5C and 06. RGB value is (128,92,6). Sum of RGB (Red+Green+Blue) = 128+92+6=226 (29% of max value = 765). Red value is 128 (50.39% from 255 or 56.64% from 226); Green value is 92 (36.33% from 255 or 40.71% from 226); Blue value is 6 (2.73% from 255 or 2.65% from 226); Max value from RGB is 128 - color contains mainly: red. Hex color #805C06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805C06 is #7FA3F9. Grayscale: #5D5D5D. Windows color (decimal): -8365050 or 416896. OLE color: 416896.
HSL color Cylindrical-coordinate representation of color #805C06: hue angle of 42.3º 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 #805C06 is Cyan = 0, Magento = 0.28, Yellow = 0.95 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 92 | 6 | - |
| CMYK | 0 | 0.28 | 0.95 | 0.50 |
| HSL | 42.3º | 0.91% | 0.26% | - |
| HSV(B) | 42.3º | 0.95% | 0.5% | - |
| XYZ | 12.76 | 12.26 | 1.87 | - |
| YUV | 92.96 | 78.93 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 92 | 6 | 0 | 0.28 | 0.95 | 0.50 | 42.3 | 0.91 | 0.26 |
| Hex | 80 | 5C | 6 | 0 | 1C | 5F | 32 | 2A | 5B | 1A |
| Octal | 200 | 134 | 6 | 0 | 34 | 137 | 62 | 52 | 133 | 32 |
| Binary | 10000000 | 1011100 | 110 | 0 | 11100 | 1011111 | 110010 | 101010 | 1011011 | 11010 |
Color Harmonies of #805C06
Complementary color
Monochromatic Colors of #805C06
Black with #805C06
Text Example
Text Example
White with #805C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805C06; }
p { color: rgb(128,92,6); }
H1.HeaderClassName
{
color: #805C06;
}
.AnyTagClassName
{
color: #805C06;
}
</style>
background-color css
<style>
a { background-color: #805C06; }
a { background-color: rgb(128,92,6); }
div.DivClassName
{
background-color: #805C06;
}
.BgClassName
{
background-color: #805C06;
}
</style>
border-color css
<style>
span { border-color: #805C06; }
span { border-color: rgb(128,92,6); }
td.TdClassName
{
border-color: #805C06;
}
.TagClassName
{
border-color: #805C06;
}
</style>