#86406A

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

Shades of Cosmic #86406A

Tints of Cosmic #86406A

Color information

#86406A (or 0x86406A) is unknown color: approx Cosmic. HEX triplet: 86, 40 and 6A. RGB value is (134,64,106). Sum of RGB (Red+Green+Blue) = 134+64+106=304 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.08% from 304); Green value is 64 (25.39% from 255 or 21.05% from 304); Blue value is 106 (41.80% from 255 or 34.87% from 304); Max value from RGB is 134 - color contains mainly: red. Hex color #86406A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86406A is #79BF95. Grayscale: #595959. Windows color (decimal): -7978902 or 6963334. OLE color: 6963334.

HSL color Cylindrical-coordinate representation of color #86406A: hue angle of 324º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #86406A is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB13464106-
CMYK00.520.210.47
HSL324º35.35%38.82%-
HSV(B)324º52.24%52.55%-
XYZ14.279.7814.77-
YUV89.72137.19159.58-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.08%
GREEN value IS 64 (25.39% from 255) = 21.05%
BLUE value IS 106 (41.80% from 255) = 34.87%
R=44.08%
G=21.05%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1346410600.520.210.4732435.3538.82
Hex86406A034152F1442327
Octal20610015206425575044347
Binary1000011010000001101010011010010101101111101000100100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86406A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86406A; }

 p { color: rgb(134,64,106); }

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

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

 a { background-color: rgb(134,64,106); }

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

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

 span { border-color: rgb(134,64,106); }

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