Shades of Cosmic #864B6E
Tints of Cosmic #864B6E
RGB
CMYK
RGB Variations
Color information
#864B6E (or 0x864B6E) is known color: Cosmic. HEX triplet: 86, 4B and 6E. RGB value is (134,75,110). Sum of RGB (Red+Green+Blue) = 134+75+110=319 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.01% from 319); Green value is 75 (29.69% from 255 or 23.51% from 319); Blue value is 110 (43.36% from 255 or 34.48% from 319); Max value from RGB is 134 - color contains mainly: red. Hex color #864B6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864B6E is #79B491. Grayscale: #606060. Windows color (decimal): -7976082 or 7228294. OLE color: 7228294.
HSL color Cylindrical-coordinate representation of color #864B6E: hue angle of 324.41º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #864B6E is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 75 | 110 | - |
| CMYK | 0 | 0.44 | 0.18 | 0.47 |
| HSL | 324.41º | 0.28% | 0.41% | - |
| HSV(B) | 324.41º | 0.44% | 0.53% | - |
| XYZ | 15.16 | 11.23 | 16.12 | - |
| YUV | 96.63 | 135.55 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 75 | 110 | 0 | 0.44 | 0.18 | 0.47 | 324.41 | 0.28 | 0.41 |
| Hex | 86 | 4B | 6E | 0 | 2C | 12 | 2F | 144 | 1C | 29 |
| Octal | 206 | 113 | 156 | 0 | 54 | 22 | 57 | 504 | 34 | 51 |
| Binary | 10000110 | 1001011 | 1101110 | 0 | 101100 | 10010 | 101111 | 101000100 | 11100 | 101001 |
Color Harmonies of #864B6E
Complementary color
Monochromatic Colors of #864B6E
Black with #864B6E
Text Example
Text Example
White with #864B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864B6E; }
p { color: rgb(134,75,110); }
H1.HeaderClassName
{
color: #864B6E;
}
.AnyTagClassName
{
color: #864B6E;
}
</style>
background-color css
<style>
a { background-color: #864B6E; }
a { background-color: rgb(134,75,110); }
div.DivClassName
{
background-color: #864B6E;
}
.BgClassName
{
background-color: #864B6E;
}
</style>
border-color css
<style>
span { border-color: #864B6E; }
span { border-color: rgb(134,75,110); }
td.TdClassName
{
border-color: #864B6E;
}
.TagClassName
{
border-color: #864B6E;
}
</style>