#864862

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

Shades of Cosmic #864862

Tints of Cosmic #864862

Color information

#864862 (or 0x864862) is unknown color: approx Cosmic. HEX triplet: 86, 48 and 62. RGB value is (134,72,98). Sum of RGB (Red+Green+Blue) = 134+72+98=304 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.08% from 304); Green value is 72 (28.52% from 255 or 23.68% from 304); Blue value is 98 (38.67% from 255 or 32.24% from 304); Max value from RGB is 134 - color contains mainly: red. Hex color #864862 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864862 is #79B79D. Grayscale: #5D5D5D. Windows color (decimal): -7976862 or 6441094. OLE color: 6441094.

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

Color convert

RGB1347298-
CMYK00.460.270.47
HSL334.84º30.1%40.39%-
HSV(B)334.84º46.27%52.55%-
XYZ14.3510.5812.84-
YUV93.5130.54156.89-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.08%
GREEN value IS 72 (28.52% from 255) = 23.68%
BLUE value IS 98 (38.67% from 255) = 32.24%
R=44.08%
G=23.68%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134729800.460.270.47334.8430.140.39
Hex86486202E1B2F14f1e28
Octal20611014205633575173650
Binary100001101001000110001001011101101110111110100111111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864862; }

 p { color: rgb(134,72,98); }

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

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

 a { background-color: rgb(134,72,98); }

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

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

 span { border-color: rgb(134,72,98); }

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