Shades of Cosmic #86526D
Tints of Cosmic #86526D
RGB
CMYK
RGB Variations
Color information
#86526D (or 0x86526D) is known color: Cosmic. HEX triplet: 86, 52 and 6D. RGB value is (134,82,109). Sum of RGB (Red+Green+Blue) = 134+82+109=325 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.23% from 325); Green value is 82 (32.42% from 255 or 25.23% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 134 - color contains mainly: red. Hex color #86526D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86526D is #79AD92. Grayscale: #646464. Windows color (decimal): -7974291 or 7164550. OLE color: 7164550.
HSL color Cylindrical-coordinate representation of color #86526D: hue angle of 328.85º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86526D is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 82 | 109 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.47 |
| HSL | 328.85º | 0.24% | 0.42% | - |
| HSV(B) | 328.85º | 0.39% | 0.53% | - |
| XYZ | 15.61 | 12.21 | 16 | - |
| YUV | 100.63 | 132.73 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 82 | 109 | 0 | 0.39 | 0.19 | 0.47 | 328.85 | 0.24 | 0.42 |
| Hex | 86 | 52 | 6D | 0 | 27 | 13 | 2F | 149 | 18 | 2A |
| Octal | 206 | 122 | 155 | 0 | 47 | 23 | 57 | 511 | 30 | 52 |
| Binary | 10000110 | 1010010 | 1101101 | 0 | 100111 | 10011 | 101111 | 101001001 | 11000 | 101010 |
Color Harmonies of #86526D
Complementary color
Monochromatic Colors of #86526D
Black with #86526D
Text Example
Text Example
White with #86526D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86526D; }
p { color: rgb(134,82,109); }
H1.HeaderClassName
{
color: #86526D;
}
.AnyTagClassName
{
color: #86526D;
}
</style>
background-color css
<style>
a { background-color: #86526D; }
a { background-color: rgb(134,82,109); }
div.DivClassName
{
background-color: #86526D;
}
.BgClassName
{
background-color: #86526D;
}
</style>
border-color css
<style>
span { border-color: #86526D; }
span { border-color: rgb(134,82,109); }
td.TdClassName
{
border-color: #86526D;
}
.TagClassName
{
border-color: #86526D;
}
</style>