Shades of Ironstone #865644
Tints of Ironstone #865644
RGB
CMYK
RGB Variations
Color information
#865644 (or 0x865644) is known color: Ironstone. HEX triplet: 86, 56 and 44. RGB value is (134,86,68). Sum of RGB (Red+Green+Blue) = 134+86+68=288 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.53% from 288); Green value is 86 (33.98% from 255 or 29.86% from 288); Blue value is 68 (26.95% from 255 or 23.61% from 288); Max value from RGB is 134 - color contains mainly: red. Hex color #865644 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865644 is #79A9BB. Grayscale: #626262. Windows color (decimal): -7973308 or 4478598. OLE color: 4478598.
HSL color Cylindrical-coordinate representation of color #865644: hue angle of 16.36º degrees, saturation: 0.33, 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 #865644 is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 86 | 68 | - |
| CMYK | 0 | 0.36 | 0.49 | 0.47 |
| HSL | 16.36º | 0.33% | 0.4% | - |
| HSV(B) | 16.36º | 0.49% | 0.53% | - |
| XYZ | 14.2 | 12.14 | 7.06 | - |
| YUV | 98.3 | 110.9 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 86 | 68 | 0 | 0.36 | 0.49 | 0.47 | 16.36 | 0.33 | 0.4 |
| Hex | 86 | 56 | 44 | 0 | 24 | 31 | 2F | 10 | 21 | 28 |
| Octal | 206 | 126 | 104 | 0 | 44 | 61 | 57 | 20 | 41 | 50 |
| Binary | 10000110 | 1010110 | 1000100 | 0 | 100100 | 110001 | 101111 | 10000 | 100001 | 101000 |
Color Harmonies of #865644
Complementary color
Monochromatic Colors of #865644
Black with #865644
Text Example
Text Example
White with #865644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865644; }
p { color: rgb(134,86,68); }
H1.HeaderClassName
{
color: #865644;
}
.AnyTagClassName
{
color: #865644;
}
</style>
background-color css
<style>
a { background-color: #865644; }
a { background-color: rgb(134,86,68); }
div.DivClassName
{
background-color: #865644;
}
.BgClassName
{
background-color: #865644;
}
</style>
border-color css
<style>
span { border-color: #865644; }
span { border-color: rgb(134,86,68); }
td.TdClassName
{
border-color: #865644;
}
.TagClassName
{
border-color: #865644;
}
</style>