#864E6D

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

Shades of Cosmic #864E6D

Tints of Cosmic #864E6D

Color information

#864E6D (or 0x864E6D) is unknown color: approx Cosmic. HEX triplet: 86, 4E and 6D. RGB value is (134,78,109). Sum of RGB (Red+Green+Blue) = 134+78+109=321 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.74% from 321); Green value is 78 (30.86% from 255 or 24.30% from 321); Blue value is 109 (42.97% from 255 or 33.96% from 321); Max value from RGB is 134 - color contains mainly: red. Hex color #864E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #864E6D is #79B192. Grayscale: #626262. Windows color (decimal): -7975315 or 7163526. OLE color: 7163526.

HSL color Cylindrical-coordinate representation of color #864E6D: hue angle of 326.79º 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 #864E6D is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB13478109-
CMYK00.420.190.47
HSL326.79º26.42%41.57%-
HSV(B)326.79º41.79%52.55%-
XYZ15.3211.6215.9-
YUV98.28134.05153.48-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.74%
GREEN value IS 78 (30.86% from 255) = 24.30%
BLUE value IS 109 (42.97% from 255) = 33.96%
R=41.74%
G=24.30%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1347810900.420.190.47326.7926.4241.57
Hex864E6D02A132F1471a2a
Octal20611615505223575073252
Binary100001101001110110110101010101001110111110100011111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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