#86456E

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

Shades of Cosmic #86456E

Tints of Cosmic #86456E

Color information

#86456E (or 0x86456E) is unknown color: approx Cosmic. HEX triplet: 86, 45 and 6E. RGB value is (134,69,110). Sum of RGB (Red+Green+Blue) = 134+69+110=313 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.81% from 313); Green value is 69 (27.34% from 255 or 22.04% from 313); Blue value is 110 (43.36% from 255 or 35.14% from 313); Max value from RGB is 134 - color contains mainly: red. Hex color #86456E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86456E is #79BA91. Grayscale: #5D5D5D. Windows color (decimal): -7977618 or 7226758. OLE color: 7226758.

HSL color Cylindrical-coordinate representation of color #86456E: hue angle of 322.15º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #86456E is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB13469110-
CMYK00.490.180.47
HSL322.15º32.02%39.8%-
HSV(B)322.15º48.51%52.55%-
XYZ14.7710.4515.99-
YUV93.11137.53157.17-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.81%
GREEN value IS 69 (27.34% from 255) = 22.04%
BLUE value IS 110 (43.36% from 255) = 35.14%
R=42.81%
G=22.04%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1346911000.490.180.47322.1532.0239.8
Hex86456E031122F1422028
Octal20610515606122575024050
Binary1000011010001011101110011000110010101111101000010100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86456E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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