#86466E

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

Shades of Cosmic #86466E

Tints of Cosmic #86466E

Color information

#86466E (or 0x86466E) is unknown color: approx Cosmic. HEX triplet: 86, 46 and 6E. RGB value is (134,70,110). Sum of RGB (Red+Green+Blue) = 134+70+110=314 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.68% from 314); Green value is 70 (27.73% from 255 or 22.29% from 314); Blue value is 110 (43.36% from 255 or 35.03% from 314); Max value from RGB is 134 - color contains mainly: red. Hex color #86466E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86466E is #79B991. Grayscale: #5D5D5D. Windows color (decimal): -7977362 or 7227014. OLE color: 7227014.

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

Color convert

RGB13470110-
CMYK00.480.180.47
HSL322.5º31.37%40%-
HSV(B)322.5º47.76%52.55%-
XYZ14.8410.5716.01-
YUV93.7137.2156.75-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.68%
GREEN value IS 70 (27.73% from 255) = 22.29%
BLUE value IS 110 (43.36% from 255) = 35.03%
R=42.68%
G=22.29%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1347011000.480.180.47322.531.3740
Hex86466E030122F1421f28
Octal20610615606022575023750
Binary100001101000110110111001100001001010111110100001011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86466E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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