#864060

Color #864060 Cosmic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cosmic #864060

Tints of Cosmic #864060

Color information

#864060 (or 0x864060) is unknown color: approx Cosmic. HEX triplet: 86, 40 and 60. RGB value is (134,64,96). Sum of RGB (Red+Green+Blue) = 134+64+96=294 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.58% from 294); Green value is 64 (25.39% from 255 or 21.77% from 294); Blue value is 96 (37.89% from 255 or 32.65% from 294); Max value from RGB is 134 - color contains mainly: red. Hex color #864060 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864060 is #79BF9F. Grayscale: #585858. Windows color (decimal): -7978912 or 6307974. OLE color: 6307974.

HSL color Cylindrical-coordinate representation of color #864060: hue angle of 332.57º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #864060 is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB1346496-
CMYK00.520.280.47
HSL332.57º35.35%38.82%-
HSV(B)332.57º52.24%52.55%-
XYZ13.789.5812.19-
YUV88.58132.19160.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 134 (52.73% from 255) = 45.58%
GREEN value IS 64 (25.39% from 255) = 21.77%
BLUE value IS 96 (37.89% from 255) = 32.65%
R=45.58%
G=21.77%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134649600.520.280.47332.5735.3538.82
Hex8640600341C2F14d2327
Octal20610014006434575154347
Binary1000011010000001100000011010011100101111101001101100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864060; }

 p { color: rgb(134,64,96); }

 H1.HeaderClassName
 {
   color: #864060;
 }
 .AnyTagClassName
 {
   color: #864060;
 }
</style>
background-color css

<style>
 a { background-color: #864060; }

 a { background-color: rgb(134,64,96); }

 div.DivClassName
 {
   background-color: #864060;
 }
 .BgClassName
 {
   background-color: #864060;
 }
</style>
border-color css

<style>
 span { border-color: #864060; }

 span { border-color: rgb(134,64,96); }

 td.TdClassName
 {
   border-color: #864060;
 }
 .TagClassName
 {
   border-color: #864060;
 }
</style>