#864460

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

Shades of Cosmic #864460

Tints of Cosmic #864460

Color information

#864460 (or 0x864460) is unknown color: approx Cosmic. HEX triplet: 86, 44 and 60. RGB value is (134,68,96). Sum of RGB (Red+Green+Blue) = 134+68+96=298 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.97% from 298); Green value is 68 (26.95% from 255 or 22.82% from 298); Blue value is 96 (37.89% from 255 or 32.21% from 298); Max value from RGB is 134 - color contains mainly: red. Hex color #864460 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864460 is #79BB9F. Grayscale: #5A5A5A. Windows color (decimal): -7977888 or 6308998. OLE color: 6308998.

HSL color Cylindrical-coordinate representation of color #864460: hue angle of 334.55º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #864460 is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB1346896-
CMYK00.490.280.47
HSL334.55º32.67%39.61%-
HSV(B)334.55º49.25%52.55%-
XYZ14.0110.0512.27-
YUV90.93130.87158.72-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.97%
GREEN value IS 68 (26.95% from 255) = 22.82%
BLUE value IS 96 (37.89% from 255) = 32.21%
R=44.97%
G=22.82%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134689600.490.280.47334.5532.6739.61
Hex8644600311C2F14f2128
Octal20610414006134575174150
Binary1000011010001001100000011000111100101111101001111100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864460; }

 p { color: rgb(134,68,96); }

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

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

 a { background-color: rgb(134,68,96); }

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

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

 span { border-color: rgb(134,68,96); }

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