Shades of Cosmic #86536E
Tints of Cosmic #86536E
RGB
CMYK
RGB Variations
Color information
#86536E (or 0x86536E) is known color: Cosmic. HEX triplet: 86, 53 and 6E. RGB value is (134,83,110). Sum of RGB (Red+Green+Blue) = 134+83+110=327 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.98% from 327); Green value is 83 (32.81% from 255 or 25.38% from 327); Blue value is 110 (43.36% from 255 or 33.64% from 327); Max value from RGB is 134 - color contains mainly: red. Hex color #86536E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86536E is #79AC91. Grayscale: #656565. Windows color (decimal): -7974034 or 7230342. OLE color: 7230342.
HSL color Cylindrical-coordinate representation of color #86536E: hue angle of 328.24º 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 #86536E is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 83 | 110 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.47 |
| HSL | 328.24º | 0.24% | 0.43% | - |
| HSV(B) | 328.24º | 0.38% | 0.53% | - |
| XYZ | 15.74 | 12.38 | 16.31 | - |
| YUV | 101.33 | 132.9 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 83 | 110 | 0 | 0.38 | 0.18 | 0.47 | 328.24 | 0.24 | 0.43 |
| Hex | 86 | 53 | 6E | 0 | 26 | 12 | 2F | 148 | 18 | 2B |
| Octal | 206 | 123 | 156 | 0 | 46 | 22 | 57 | 510 | 30 | 53 |
| Binary | 10000110 | 1010011 | 1101110 | 0 | 100110 | 10010 | 101111 | 101001000 | 11000 | 101011 |
Color Harmonies of #86536E
Complementary color
Monochromatic Colors of #86536E
Black with #86536E
Text Example
Text Example
White with #86536E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86536E; }
p { color: rgb(134,83,110); }
H1.HeaderClassName
{
color: #86536E;
}
.AnyTagClassName
{
color: #86536E;
}
</style>
background-color css
<style>
a { background-color: #86536E; }
a { background-color: rgb(134,83,110); }
div.DivClassName
{
background-color: #86536E;
}
.BgClassName
{
background-color: #86536E;
}
</style>
border-color css
<style>
span { border-color: #86536E; }
span { border-color: rgb(134,83,110); }
td.TdClassName
{
border-color: #86536E;
}
.TagClassName
{
border-color: #86536E;
}
</style>