#864E6F

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

Shades of Cosmic #864E6F

Tints of Cosmic #864E6F

Color information

#864E6F (or 0x864E6F) is unknown color: approx Cosmic. HEX triplet: 86, 4E and 6F. RGB value is (134,78,111). Sum of RGB (Red+Green+Blue) = 134+78+111=323 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.49% from 323); Green value is 78 (30.86% from 255 or 24.15% from 323); Blue value is 111 (43.75% from 255 or 34.37% from 323); Max value from RGB is 134 - color contains mainly: red. Hex color #864E6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #864E6F is #79B190. Grayscale: #626262. Windows color (decimal): -7975313 or 7294598. OLE color: 7294598.

HSL color Cylindrical-coordinate representation of color #864E6F: hue angle of 324.64º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #864E6F is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB13478111-
CMYK00.420.170.47
HSL324.64º26.42%41.57%-
HSV(B)324.64º41.79%52.55%-
XYZ15.4311.6616.48-
YUV98.51135.05153.32-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.49%
GREEN value IS 78 (30.86% from 255) = 24.15%
BLUE value IS 111 (43.75% from 255) = 34.37%
R=41.49%
G=24.15%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1347811100.420.170.47324.6426.4241.57
Hex864E6F02A112F1451a2a
Octal20611615705221575053252
Binary100001101001110110111101010101000110111110100010111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,78,111); }

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

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

 a { background-color: rgb(134,78,111); }

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

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

 span { border-color: rgb(134,78,111); }

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