Shades of Cosmic #86536D
Tints of Cosmic #86536D
RGB
CMYK
RGB Variations
Color information
#86536D (or 0x86536D) is known color: Cosmic. HEX triplet: 86, 53 and 6D. RGB value is (134,83,109). Sum of RGB (Red+Green+Blue) = 134+83+109=326 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.10% from 326); Green value is 83 (32.81% from 255 or 25.46% from 326); Blue value is 109 (42.97% from 255 or 33.44% from 326); Max value from RGB is 134 - color contains mainly: red. Hex color #86536D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86536D is #79AC92. Grayscale: #656565. Windows color (decimal): -7974035 or 7164806. OLE color: 7164806.
HSL color Cylindrical-coordinate representation of color #86536D: hue angle of 329.41º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #86536D is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 83 | 109 | - |
| CMYK | 0 | 0.38 | 0.19 | 0.47 |
| HSL | 329.41º | 0.24% | 0.43% | - |
| HSV(B) | 329.41º | 0.38% | 0.53% | - |
| XYZ | 15.69 | 12.36 | 16.03 | - |
| YUV | 101.21 | 132.4 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 83 | 109 | 0 | 0.38 | 0.19 | 0.47 | 329.41 | 0.24 | 0.43 |
| Hex | 86 | 53 | 6D | 0 | 26 | 13 | 2F | 149 | 18 | 2B |
| Octal | 206 | 123 | 155 | 0 | 46 | 23 | 57 | 511 | 30 | 53 |
| Binary | 10000110 | 1010011 | 1101101 | 0 | 100110 | 10011 | 101111 | 101001001 | 11000 | 101011 |
Color Harmonies of #86536D
Complementary color
Monochromatic Colors of #86536D
Black with #86536D
Text Example
Text Example
White with #86536D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86536D; }
p { color: rgb(134,83,109); }
H1.HeaderClassName
{
color: #86536D;
}
.AnyTagClassName
{
color: #86536D;
}
</style>
background-color css
<style>
a { background-color: #86536D; }
a { background-color: rgb(134,83,109); }
div.DivClassName
{
background-color: #86536D;
}
.BgClassName
{
background-color: #86536D;
}
</style>
border-color css
<style>
span { border-color: #86536D; }
span { border-color: rgb(134,83,109); }
td.TdClassName
{
border-color: #86536D;
}
.TagClassName
{
border-color: #86536D;
}
</style>