#864C6F

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

Shades of Cosmic #864C6F

Tints of Cosmic #864C6F

Color information

#864C6F (or 0x864C6F) is unknown color: approx Cosmic. HEX triplet: 86, 4C and 6F. RGB value is (134,76,111). Sum of RGB (Red+Green+Blue) = 134+76+111=321 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.74% from 321); Green value is 76 (30.08% from 255 or 23.68% from 321); Blue value is 111 (43.75% from 255 or 34.58% from 321); Max value from RGB is 134 - color contains mainly: red. Hex color #864C6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864C6F is #79B390. Grayscale: #616161. Windows color (decimal): -7975825 or 7294086. OLE color: 7294086.

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

Color convert

RGB13476111-
CMYK00.430.170.47
HSL323.79º27.62%41.18%-
HSV(B)323.79º43.28%52.55%-
XYZ15.2911.3816.43-
YUV97.33135.72154.15-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.74%
GREEN value IS 76 (30.08% from 255) = 23.68%
BLUE value IS 111 (43.75% from 255) = 34.58%
R=41.74%
G=23.68%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1347611100.430.170.47323.7927.6241.18
Hex864C6F02B112F1441c29
Octal20611415705321575043451
Binary100001101001100110111101010111000110111110100010011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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