#864C6C

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

Shades of Cosmic #864C6C

Tints of Cosmic #864C6C

Color information

#864C6C (or 0x864C6C) is unknown color: approx Cosmic. HEX triplet: 86, 4C and 6C. RGB value is (134,76,108). Sum of RGB (Red+Green+Blue) = 134+76+108=318 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.14% from 318); Green value is 76 (30.08% from 255 or 23.90% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 134 - color contains mainly: red. Hex color #864C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864C6C is #79B393. Grayscale: #606060. Windows color (decimal): -7975828 or 7097478. OLE color: 7097478.

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

Color convert

RGB13476108-
CMYK00.430.190.47
HSL326.9º27.62%41.18%-
HSV(B)326.9º43.28%52.55%-
XYZ15.1211.3215.58-
YUV96.99134.22154.4-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.14%
GREEN value IS 76 (30.08% from 255) = 23.90%
BLUE value IS 108 (42.58% from 255) = 33.96%
R=42.14%
G=23.90%
B=33.96%

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
Decimal1347610800.430.190.47326.927.6241.18
Hex864C6C02B132F1471c29
Octal20611415405323575073451
Binary100001101001100110110001010111001110111110100011111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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