#86456A

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

Shades of Cosmic #86456A

Tints of Cosmic #86456A

Color information

#86456A (or 0x86456A) is unknown color: approx Cosmic. HEX triplet: 86, 45 and 6A. RGB value is (134,69,106). Sum of RGB (Red+Green+Blue) = 134+69+106=309 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.37% from 309); Green value is 69 (27.34% from 255 or 22.33% from 309); Blue value is 106 (41.80% from 255 or 34.30% from 309); Max value from RGB is 134 - color contains mainly: red. Hex color #86456A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86456A is #79BA95. Grayscale: #5C5C5C. Windows color (decimal): -7977622 or 6964614. OLE color: 6964614.

HSL color Cylindrical-coordinate representation of color #86456A: hue angle of 325.85º 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 #86456A is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB13469106-
CMYK00.490.210.47
HSL325.85º32.02%39.8%-
HSV(B)325.85º48.51%52.55%-
XYZ14.5610.3714.87-
YUV92.65135.53157.49-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.37%
GREEN value IS 69 (27.34% from 255) = 22.33%
BLUE value IS 106 (41.80% from 255) = 34.30%
R=43.37%
G=22.33%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1346910600.490.210.47325.8532.0239.8
Hex86456A031152F1462028
Octal20610515206125575064050
Binary1000011010001011101010011000110101101111101000110100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86456A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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