#864673

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

Shades of Cosmic #864673

Tints of Cosmic #864673

Color information

#864673 (or 0x864673) is unknown color: approx Cosmic. HEX triplet: 86, 46 and 73. RGB value is (134,70,115). Sum of RGB (Red+Green+Blue) = 134+70+115=319 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.01% from 319); Green value is 70 (27.73% from 255 or 21.94% from 319); Blue value is 115 (45.31% from 255 or 36.05% from 319); Max value from RGB is 134 - color contains mainly: red. Hex color #864673 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864673 is #79B98C. Grayscale: #5E5E5E. Windows color (decimal): -7977357 or 7554694. OLE color: 7554694.

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

Color convert

RGB13470115-
CMYK00.480.140.47
HSL317.81º31.37%40%-
HSV(B)317.81º47.76%52.55%-
XYZ15.1210.6917.49-
YUV94.27139.7156.34-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.01%
GREEN value IS 70 (27.73% from 255) = 21.94%
BLUE value IS 115 (45.31% from 255) = 36.05%
R=42.01%
G=21.94%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1347011500.480.140.47317.8131.3740
Hex864673030E2F13e1f28
Octal20610616306016574763750
Binary10000110100011011100110110000111010111110011111011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864673; }

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

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

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

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

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

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

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

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