Shades of Cosmic #86456F
Tints of Cosmic #86456F
RGB
CMYK
RGB Variations
Color information
#86456F (or 0x86456F) is known color: Cosmic. HEX triplet: 86, 45 and 6F. RGB value is (134,69,111). Sum of RGB (Red+Green+Blue) = 134+69+111=314 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.68% from 314); Green value is 69 (27.34% from 255 or 21.97% from 314); Blue value is 111 (43.75% from 255 or 35.35% from 314); Max value from RGB is 134 - color contains mainly: red. Hex color #86456F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86456F is #79BA90. Grayscale: #5D5D5D. Windows color (decimal): -7977617 or 7292294. OLE color: 7292294.
HSL color Cylindrical-coordinate representation of color #86456F: hue angle of 321.23º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #86456F is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 69 | 111 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.47 |
| HSL | 321.23º | 0.32% | 0.4% | - |
| HSV(B) | 321.23º | 0.49% | 0.53% | - |
| XYZ | 14.83 | 10.47 | 16.28 | - |
| YUV | 93.22 | 138.03 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 69 | 111 | 0 | 0.49 | 0.17 | 0.47 | 321.23 | 0.32 | 0.4 |
| Hex | 86 | 45 | 6F | 0 | 31 | 11 | 2F | 141 | 20 | 28 |
| Octal | 206 | 105 | 157 | 0 | 61 | 21 | 57 | 501 | 40 | 50 |
| Binary | 10000110 | 1000101 | 1101111 | 0 | 110001 | 10001 | 101111 | 101000001 | 100000 | 101000 |
Color Harmonies of #86456F
Complementary color
Monochromatic Colors of #86456F
Black with #86456F
Text Example
Text Example
White with #86456F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86456F; }
p { color: rgb(134,69,111); }
H1.HeaderClassName
{
color: #86456F;
}
.AnyTagClassName
{
color: #86456F;
}
</style>
background-color css
<style>
a { background-color: #86456F; }
a { background-color: rgb(134,69,111); }
div.DivClassName
{
background-color: #86456F;
}
.BgClassName
{
background-color: #86456F;
}
</style>
border-color css
<style>
span { border-color: #86456F; }
span { border-color: rgb(134,69,111); }
td.TdClassName
{
border-color: #86456F;
}
.TagClassName
{
border-color: #86456F;
}
</style>