#864360

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

Shades of Cosmic #864360

Tints of Cosmic #864360

Color information

#864360 (or 0x864360) is unknown color: approx Cosmic. HEX triplet: 86, 43 and 60. RGB value is (134,67,96). Sum of RGB (Red+Green+Blue) = 134+67+96=297 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.12% from 297); Green value is 67 (26.56% from 255 or 22.56% from 297); Blue value is 96 (37.89% from 255 or 32.32% from 297); Max value from RGB is 134 - color contains mainly: red. Hex color #864360 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864360 is #79BC9F. Grayscale: #5A5A5A. Windows color (decimal): -7978144 or 6308742. OLE color: 6308742.

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

Color convert

RGB1346796-
CMYK00.50.280.47
HSL334.03º33.33%39.41%-
HSV(B)334.03º50%52.55%-
XYZ13.959.9312.25-
YUV90.34131.2159.14-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.12%
GREEN value IS 67 (26.56% from 255) = 22.56%
BLUE value IS 96 (37.89% from 255) = 32.32%
R=45.12%
G=22.56%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134679600.50.280.47334.0333.3339.41
Hex8643600321C2F14e2127
Octal20610314006234575164147
Binary1000011010000111100000011001011100101111101001110100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864360; }

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

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

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

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

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

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

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

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