Shades of Raw Umber #815E06
Tints of Raw Umber #815E06
RGB
CMYK
RGB Variations
Color information
#815E06 (or 0x815E06) is known color: Raw Umber. HEX triplet: 81, 5E and 06. RGB value is (129,94,6). Sum of RGB (Red+Green+Blue) = 129+94+6=229 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.33% from 229); Green value is 94 (37.11% from 255 or 41.05% from 229); Blue value is 6 (2.73% from 255 or 2.62% from 229); Max value from RGB is 129 - color contains mainly: red. Hex color #815E06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #815E06 is #7EA1F9. Grayscale: #5E5E5E. Windows color (decimal): -8299002 or 417409. OLE color: 417409.
HSL color Cylindrical-coordinate representation of color #815E06: hue angle of 42.93º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #815E06 is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 94 | 6 | - |
| CMYK | 0 | 0.27 | 0.95 | 0.49 |
| HSL | 42.93º | 0.91% | 0.26% | - |
| HSV(B) | 42.93º | 0.95% | 0.51% | - |
| XYZ | 13.09 | 12.69 | 1.93 | - |
| YUV | 94.43 | 78.1 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 94 | 6 | 0 | 0.27 | 0.95 | 0.49 | 42.93 | 0.91 | 0.26 |
| Hex | 81 | 5E | 6 | 0 | 1B | 5F | 31 | 2B | 5B | 1A |
| Octal | 201 | 136 | 6 | 0 | 33 | 137 | 61 | 53 | 133 | 32 |
| Binary | 10000001 | 1011110 | 110 | 0 | 11011 | 1011111 | 110001 | 101011 | 1011011 | 11010 |
Color Harmonies of #815E06
Complementary color
Monochromatic Colors of #815E06
Black with #815E06
Text Example
Text Example
White with #815E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815E06; }
p { color: rgb(129,94,6); }
H1.HeaderClassName
{
color: #815E06;
}
.AnyTagClassName
{
color: #815E06;
}
</style>
background-color css
<style>
a { background-color: #815E06; }
a { background-color: rgb(129,94,6); }
div.DivClassName
{
background-color: #815E06;
}
.BgClassName
{
background-color: #815E06;
}
</style>
border-color css
<style>
span { border-color: #815E06; }
span { border-color: rgb(129,94,6); }
td.TdClassName
{
border-color: #815E06;
}
.TagClassName
{
border-color: #815E06;
}
</style>