Shades of Raw Umber #885605
Tints of Raw Umber #885605
RGB
CMYK
RGB Variations
Color information
#885605 (or 0x885605) is known color: Raw Umber. HEX triplet: 88, 56 and 05. RGB value is (136,86,5). Sum of RGB (Red+Green+Blue) = 136+86+5=227 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.91% from 227); Green value is 86 (33.98% from 255 or 37.89% from 227); Blue value is 5 (2.34% from 255 or 2.20% from 227); Max value from RGB is 136 - color contains mainly: red. Hex color #885605 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885605 is #77A9FA. Grayscale: #5C5C5C. Windows color (decimal): -7842299 or 349832. OLE color: 349832.
HSL color Cylindrical-coordinate representation of color #885605: hue angle of 37.1º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #885605 is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 86 | 5 | - |
| CMYK | 0 | 0.37 | 0.96 | 0.47 |
| HSL | 37.1º | 0.93% | 0.28% | - |
| HSV(B) | 37.1º | 0.96% | 0.53% | - |
| XYZ | 13.51 | 11.9 | 1.73 | - |
| YUV | 91.72 | 79.07 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 86 | 5 | 0 | 0.37 | 0.96 | 0.47 | 37.1 | 0.93 | 0.28 |
| Hex | 88 | 56 | 5 | 0 | 25 | 60 | 2F | 25 | 5D | 1C |
| Octal | 210 | 126 | 5 | 0 | 45 | 140 | 57 | 45 | 135 | 34 |
| Binary | 10001000 | 1010110 | 101 | 0 | 100101 | 1100000 | 101111 | 100101 | 1011101 | 11100 |
Color Harmonies of #885605
Complementary color
Monochromatic Colors of #885605
Black with #885605
Text Example
Text Example
White with #885605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885605; }
p { color: rgb(136,86,5); }
H1.HeaderClassName
{
color: #885605;
}
.AnyTagClassName
{
color: #885605;
}
</style>
background-color css
<style>
a { background-color: #885605; }
a { background-color: rgb(136,86,5); }
div.DivClassName
{
background-color: #885605;
}
.BgClassName
{
background-color: #885605;
}
</style>
border-color css
<style>
span { border-color: #885605; }
span { border-color: rgb(136,86,5); }
td.TdClassName
{
border-color: #885605;
}
.TagClassName
{
border-color: #885605;
}
</style>