#864D6C

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

Shades of Cosmic #864D6C

Tints of Cosmic #864D6C

Color information

#864D6C (or 0x864D6C) is unknown color: approx Cosmic. HEX triplet: 86, 4D and 6C. RGB value is (134,77,108). Sum of RGB (Red+Green+Blue) = 134+77+108=319 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.01% from 319); Green value is 77 (30.47% from 255 or 24.14% from 319); Blue value is 108 (42.58% from 255 or 33.86% from 319); Max value from RGB is 134 - color contains mainly: red. Hex color #864D6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #864D6C is #79B293. Grayscale: #616161. Windows color (decimal): -7975572 or 7097734. OLE color: 7097734.

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

Color convert

RGB13477108-
CMYK00.430.190.47
HSL327.37º27.01%41.37%-
HSV(B)327.37º42.54%52.55%-
XYZ15.1911.4615.6-
YUV97.58133.88153.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.01%
GREEN value IS 77 (30.47% from 255) = 24.14%
BLUE value IS 108 (42.58% from 255) = 33.86%
R=42.01%
G=24.14%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1347710800.430.190.47327.3727.0141.37
Hex864D6C02B132F1471b29
Octal20611515405323575073351
Binary100001101001101110110001010111001110111110100011111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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