#864D6A

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

Shades of Cosmic #864D6A

Tints of Cosmic #864D6A

Color information

#864D6A (or 0x864D6A) is unknown color: approx Cosmic. HEX triplet: 86, 4D and 6A. RGB value is (134,77,106). Sum of RGB (Red+Green+Blue) = 134+77+106=317 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.27% from 317); Green value is 77 (30.47% from 255 or 24.29% from 317); Blue value is 106 (41.80% from 255 or 33.44% from 317); Max value from RGB is 134 - color contains mainly: red. Hex color #864D6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #864D6A is #79B295. Grayscale: #616161. Windows color (decimal): -7975574 or 6966662. OLE color: 6966662.

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

Color convert

RGB13477106-
CMYK00.430.210.47
HSL329.47º27.01%41.37%-
HSV(B)329.47º42.54%52.55%-
XYZ15.0911.4215.04-
YUV97.35132.88154.14-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.27%
GREEN value IS 77 (30.47% from 255) = 24.29%
BLUE value IS 106 (41.80% from 255) = 33.44%
R=42.27%
G=24.29%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1347710600.430.210.47329.4727.0141.37
Hex864D6A02B152F1491b29
Octal20611515205325575113351
Binary100001101001101110101001010111010110111110100100111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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