Shades of Cosmic #864E68
Tints of Cosmic #864E68
RGB
CMYK
RGB Variations
Color information
#864E68 (or 0x864E68) is known color: Cosmic. HEX triplet: 86, 4E and 68. RGB value is (134,78,104). Sum of RGB (Red+Green+Blue) = 134+78+104=316 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.41% from 316); Green value is 78 (30.86% from 255 or 24.68% from 316); Blue value is 104 (41.02% from 255 or 32.91% from 316); Max value from RGB is 134 - color contains mainly: red. Hex color #864E68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #864E68 is #79B197. Grayscale: #616161. Windows color (decimal): -7975320 or 6835846. OLE color: 6835846.
HSL color Cylindrical-coordinate representation of color #864E68: hue angle of 332.14º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #864E68 is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 78 | 104 | - |
| CMYK | 0 | 0.42 | 0.22 | 0.47 |
| HSL | 332.14º | 0.26% | 0.42% | - |
| HSV(B) | 332.14º | 0.42% | 0.53% | - |
| XYZ | 15.05 | 11.52 | 14.53 | - |
| YUV | 97.71 | 131.55 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 78 | 104 | 0 | 0.42 | 0.22 | 0.47 | 332.14 | 0.26 | 0.42 |
| Hex | 86 | 4E | 68 | 0 | 2A | 16 | 2F | 14C | 1A | 2A |
| Octal | 206 | 116 | 150 | 0 | 52 | 26 | 57 | 514 | 32 | 52 |
| Binary | 10000110 | 1001110 | 1101000 | 0 | 101010 | 10110 | 101111 | 101001100 | 11010 | 101010 |
Color Harmonies of #864E68
Complementary color
Monochromatic Colors of #864E68
Black with #864E68
Text Example
Text Example
White with #864E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864E68; }
p { color: rgb(134,78,104); }
H1.HeaderClassName
{
color: #864E68;
}
.AnyTagClassName
{
color: #864E68;
}
</style>
background-color css
<style>
a { background-color: #864E68; }
a { background-color: rgb(134,78,104); }
div.DivClassName
{
background-color: #864E68;
}
.BgClassName
{
background-color: #864E68;
}
</style>
border-color css
<style>
span { border-color: #864E68; }
span { border-color: rgb(134,78,104); }
td.TdClassName
{
border-color: #864E68;
}
.TagClassName
{
border-color: #864E68;
}
</style>