#86496E

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

Shades of Cosmic #86496E

Tints of Cosmic #86496E

Color information

#86496E (or 0x86496E) is unknown color: approx Cosmic. HEX triplet: 86, 49 and 6E. RGB value is (134,73,110). Sum of RGB (Red+Green+Blue) = 134+73+110=317 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.27% from 317); Green value is 73 (28.91% from 255 or 23.03% from 317); Blue value is 110 (43.36% from 255 or 34.70% from 317); Max value from RGB is 134 - color contains mainly: red. Hex color #86496E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86496E is #79B691. Grayscale: #5F5F5F. Windows color (decimal): -7976594 or 7227782. OLE color: 7227782.

HSL color Cylindrical-coordinate representation of color #86496E: hue angle of 323.61º 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 #86496E is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB13473110-
CMYK00.460.180.47
HSL323.61º29.47%40.59%-
HSV(B)323.61º45.52%52.55%-
XYZ15.0310.9616.08-
YUV95.46136.21155.49-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.27%
GREEN value IS 73 (28.91% from 255) = 23.03%
BLUE value IS 110 (43.36% from 255) = 34.70%
R=42.27%
G=23.03%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1347311000.460.180.47323.6129.4740.59
Hex86496E02E122F1441d29
Octal20611115605622575043551
Binary100001101001001110111001011101001010111110100010011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86496E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86496E; }

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

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

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

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

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

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

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

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