#864966

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

Shades of Cosmic #864966

Tints of Cosmic #864966

Color information

#864966 (or 0x864966) is unknown color: approx Cosmic. HEX triplet: 86, 49 and 66. RGB value is (134,73,102). Sum of RGB (Red+Green+Blue) = 134+73+102=309 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.37% from 309); Green value is 73 (28.91% from 255 or 23.62% from 309); Blue value is 102 (40.23% from 255 or 33.01% from 309); Max value from RGB is 134 - color contains mainly: red. Hex color #864966 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864966 is #79B699. Grayscale: #5E5E5E. Windows color (decimal): -7976602 or 6703494. OLE color: 6703494.

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

Color convert

RGB13473102-
CMYK00.460.240.47
HSL331.48º29.47%40.59%-
HSV(B)331.48º45.52%52.55%-
XYZ14.6110.7913.88-
YUV94.54132.21156.14-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.37%
GREEN value IS 73 (28.91% from 255) = 23.62%
BLUE value IS 102 (40.23% from 255) = 33.01%
R=43.37%
G=23.62%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1347310200.460.240.47331.4829.4740.59
Hex86496602E182F14b1d29
Octal20611114605630575133551
Binary100001101001001110011001011101100010111110100101111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864966; }

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

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

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

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

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

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

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

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