#864666

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

Shades of Cosmic #864666

Tints of Cosmic #864666

Color information

#864666 (or 0x864666) is unknown color: approx Cosmic. HEX triplet: 86, 46 and 66. RGB value is (134,70,102). Sum of RGB (Red+Green+Blue) = 134+70+102=306 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.79% from 306); Green value is 70 (27.73% from 255 or 22.88% from 306); Blue value is 102 (40.23% from 255 or 33.33% from 306); Max value from RGB is 134 - color contains mainly: red. Hex color #864666 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864666 is #79B999. Grayscale: #5C5C5C. Windows color (decimal): -7977370 or 6702726. OLE color: 6702726.

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

Color convert

RGB13470102-
CMYK00.480.240.47
HSL330º31.37%40%-
HSV(B)330º47.76%52.55%-
XYZ14.4210.4113.82-
YUV92.78133.2157.4-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.79%
GREEN value IS 70 (27.73% from 255) = 22.88%
BLUE value IS 102 (40.23% from 255) = 33.33%
R=43.79%
G=22.88%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1347010200.480.240.4733031.3740
Hex864666030182F14a1f28
Octal20610614606030575123750
Binary100001101000110110011001100001100010111110100101011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864666; }

 p { color: rgb(134,70,102); }

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

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

 a { background-color: rgb(134,70,102); }

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

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

 span { border-color: rgb(134,70,102); }

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