Shades of Ironstone #885646
Tints of Ironstone #885646
RGB
CMYK
RGB Variations
Color information
#885646 (or 0x885646) is known color: Ironstone. HEX triplet: 88, 56 and 46. RGB value is (136,86,70). Sum of RGB (Red+Green+Blue) = 136+86+70=292 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.58% from 292); Green value is 86 (33.98% from 255 or 29.45% from 292); Blue value is 70 (27.73% from 255 or 23.97% from 292); Max value from RGB is 136 - color contains mainly: red. Hex color #885646 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885646 is #77A9B9. Grayscale: #636363. Windows color (decimal): -7842234 or 4609672. OLE color: 4609672.
HSL color Cylindrical-coordinate representation of color #885646: hue angle of 14.55º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #885646 is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 86 | 70 | - |
| CMYK | 0 | 0.37 | 0.49 | 0.47 |
| HSL | 14.55º | 0.32% | 0.4% | - |
| HSV(B) | 14.55º | 0.49% | 0.53% | - |
| XYZ | 14.59 | 12.33 | 7.41 | - |
| YUV | 99.13 | 111.57 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 86 | 70 | 0 | 0.37 | 0.49 | 0.47 | 14.55 | 0.32 | 0.4 |
| Hex | 88 | 56 | 46 | 0 | 25 | 31 | 2F | F | 20 | 28 |
| Octal | 210 | 126 | 106 | 0 | 45 | 61 | 57 | 17 | 40 | 50 |
| Binary | 10001000 | 1010110 | 1000110 | 0 | 100101 | 110001 | 101111 | 1111 | 100000 | 101000 |
Color Harmonies of #885646
Complementary color
Monochromatic Colors of #885646
Black with #885646
Text Example
Text Example
White with #885646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885646; }
p { color: rgb(136,86,70); }
H1.HeaderClassName
{
color: #885646;
}
.AnyTagClassName
{
color: #885646;
}
</style>
background-color css
<style>
a { background-color: #885646; }
a { background-color: rgb(136,86,70); }
div.DivClassName
{
background-color: #885646;
}
.BgClassName
{
background-color: #885646;
}
</style>
border-color css
<style>
span { border-color: #885646; }
span { border-color: rgb(136,86,70); }
td.TdClassName
{
border-color: #885646;
}
.TagClassName
{
border-color: #885646;
}
</style>