Shades of Cosmic #86546E
Tints of Cosmic #86546E
RGB
CMYK
RGB Variations
Color information
#86546E (or 0x86546E) is known color: Cosmic. HEX triplet: 86, 54 and 6E. RGB value is (134,84,110). Sum of RGB (Red+Green+Blue) = 134+84+110=328 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.85% from 328); Green value is 84 (33.20% from 255 or 25.61% from 328); Blue value is 110 (43.36% from 255 or 33.54% from 328); Max value from RGB is 134 - color contains mainly: red. Hex color #86546E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86546E is #79AB91. Grayscale: #656565. Windows color (decimal): -7973778 or 7230598. OLE color: 7230598.
HSL color Cylindrical-coordinate representation of color #86546E: hue angle of 328.8º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #86546E is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 84 | 110 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.47 |
| HSL | 328.8º | 0.23% | 0.43% | - |
| HSV(B) | 328.8º | 0.37% | 0.53% | - |
| XYZ | 15.82 | 12.53 | 16.34 | - |
| YUV | 101.91 | 132.57 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 84 | 110 | 0 | 0.37 | 0.18 | 0.47 | 328.8 | 0.23 | 0.43 |
| Hex | 86 | 54 | 6E | 0 | 25 | 12 | 2F | 149 | 17 | 2B |
| Octal | 206 | 124 | 156 | 0 | 45 | 22 | 57 | 511 | 27 | 53 |
| Binary | 10000110 | 1010100 | 1101110 | 0 | 100101 | 10010 | 101111 | 101001001 | 10111 | 101011 |
Color Harmonies of #86546E
Complementary color
Monochromatic Colors of #86546E
Black with #86546E
Text Example
Text Example
White with #86546E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86546E; }
p { color: rgb(134,84,110); }
H1.HeaderClassName
{
color: #86546E;
}
.AnyTagClassName
{
color: #86546E;
}
</style>
background-color css
<style>
a { background-color: #86546E; }
a { background-color: rgb(134,84,110); }
div.DivClassName
{
background-color: #86546E;
}
.BgClassName
{
background-color: #86546E;
}
</style>
border-color css
<style>
span { border-color: #86546E; }
span { border-color: rgb(134,84,110); }
td.TdClassName
{
border-color: #86546E;
}
.TagClassName
{
border-color: #86546E;
}
</style>