Shades of Cosmic #86526F
Tints of Cosmic #86526F
RGB
CMYK
RGB Variations
Color information
#86526F (or 0x86526F) is known color: Cosmic. HEX triplet: 86, 52 and 6F. RGB value is (134,82,111). Sum of RGB (Red+Green+Blue) = 134+82+111=327 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.98% from 327); Green value is 82 (32.42% from 255 or 25.08% from 327); Blue value is 111 (43.75% from 255 or 33.94% from 327); Max value from RGB is 134 - color contains mainly: red. Hex color #86526F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86526F is #79AD90. Grayscale: #646464. Windows color (decimal): -7974289 or 7295622. OLE color: 7295622.
HSL color Cylindrical-coordinate representation of color #86526F: hue angle of 326.54º 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 #86526F is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 82 | 111 | - |
| CMYK | 0 | 0.39 | 0.17 | 0.47 |
| HSL | 326.54º | 0.24% | 0.42% | - |
| HSV(B) | 326.54º | 0.39% | 0.53% | - |
| XYZ | 15.72 | 12.25 | 16.58 | - |
| YUV | 100.85 | 133.73 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 82 | 111 | 0 | 0.39 | 0.17 | 0.47 | 326.54 | 0.24 | 0.42 |
| Hex | 86 | 52 | 6F | 0 | 27 | 11 | 2F | 147 | 18 | 2A |
| Octal | 206 | 122 | 157 | 0 | 47 | 21 | 57 | 507 | 30 | 52 |
| Binary | 10000110 | 1010010 | 1101111 | 0 | 100111 | 10001 | 101111 | 101000111 | 11000 | 101010 |
Color Harmonies of #86526F
Complementary color
Monochromatic Colors of #86526F
Black with #86526F
Text Example
Text Example
White with #86526F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86526F; }
p { color: rgb(134,82,111); }
H1.HeaderClassName
{
color: #86526F;
}
.AnyTagClassName
{
color: #86526F;
}
</style>
background-color css
<style>
a { background-color: #86526F; }
a { background-color: rgb(134,82,111); }
div.DivClassName
{
background-color: #86526F;
}
.BgClassName
{
background-color: #86526F;
}
</style>
border-color css
<style>
span { border-color: #86526F; }
span { border-color: rgb(134,82,111); }
td.TdClassName
{
border-color: #86526F;
}
.TagClassName
{
border-color: #86526F;
}
</style>