#864a6c

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

Shades of Cosmic #864A6C

Tints of Cosmic #864A6C

Color information

#864A6C (or 0x864A6C) is unknown color: approx Cosmic. HEX triplet: 86, 4A and 6C. RGB value is (134,74,108). Sum of RGB (Red+Green+Blue) = 134+74+108=316 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.41% from 316); Green value is 74 (29.30% from 255 or 23.42% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 134 - color contains mainly: red. Hex color #864A6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864A6C is #79B593. Grayscale: #5F5F5F. Windows color (decimal): -7976340 or 7096966. OLE color: 7096966.

HSL color Cylindrical-coordinate representation of color #864A6C: hue angle of 326º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #864A6C is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB13474108-
CMYK00.450.190.47
HSL326º28.85%40.78%-
HSV(B)326º44.78%52.55%-
XYZ14.9911.0515.53-
YUV95.82134.88155.24-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.41%
GREEN value IS 74 (29.30% from 255) = 23.42%
BLUE value IS 108 (42.58% from 255) = 34.18%
R=42.41%
G=23.42%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1347410800.450.190.4732628.8540.78
Hex864A6C02D132F1461d29
Octal20611215405523575063551
Binary100001101001010110110001011011001110111110100011011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864a6c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864a6c; }

 p { color: rgb(134,74,108); }

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

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

 a { background-color: rgb(134,74,108); }

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

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

 span { border-color: rgb(134,74,108); }

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