#86456D

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

Shades of Cosmic #86456D

Tints of Cosmic #86456D

Color information

#86456D (or 0x86456D) is unknown color: approx Cosmic. HEX triplet: 86, 45 and 6D. RGB value is (134,69,109). Sum of RGB (Red+Green+Blue) = 134+69+109=312 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.95% from 312); Green value is 69 (27.34% from 255 or 22.12% from 312); Blue value is 109 (42.97% from 255 or 34.94% from 312); Max value from RGB is 134 - color contains mainly: red. Hex color #86456D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86456D is #79BA92. Grayscale: #5C5C5C. Windows color (decimal): -7977619 or 7161222. OLE color: 7161222.

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

Color convert

RGB13469109-
CMYK00.490.190.47
HSL323.08º32.02%39.8%-
HSV(B)323.08º48.51%52.55%-
XYZ14.7210.4315.71-
YUV92.99137.03157.25-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.95%
GREEN value IS 69 (27.34% from 255) = 22.12%
BLUE value IS 109 (42.97% from 255) = 34.94%
R=42.95%
G=22.12%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1346910900.490.190.47323.0832.0239.8
Hex86456D031132F1432028
Octal20610515506123575034050
Binary1000011010001011101101011000110011101111101000011100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86456D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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