#864660

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

Shades of Cosmic #864660

Tints of Cosmic #864660

Color information

#864660 (or 0x864660) is unknown color: approx Cosmic. HEX triplet: 86, 46 and 60. RGB value is (134,70,96). Sum of RGB (Red+Green+Blue) = 134+70+96=300 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.67% from 300); Green value is 70 (27.73% from 255 or 23.33% from 300); Blue value is 96 (37.89% from 255 or 32% from 300); Max value from RGB is 134 - color contains mainly: red. Hex color #864660 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864660 is #79B99F. Grayscale: #5C5C5C. Windows color (decimal): -7977376 or 6309510. OLE color: 6309510.

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

Color convert

RGB1347096-
CMYK00.480.280.47
HSL335.62º31.37%40%-
HSV(B)335.62º47.76%52.55%-
XYZ14.1310.2912.31-
YUV92.1130.2157.89-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.67%
GREEN value IS 70 (27.73% from 255) = 23.33%
BLUE value IS 96 (37.89% from 255) = 32%
R=44.67%
G=23.33%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134709600.480.280.47335.6231.3740
Hex8646600301C2F1501f28
Octal20610614006034575203750
Binary100001101000110110000001100001110010111110101000011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864660; }

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

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

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

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

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

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

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

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