#864967

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

Shades of Cosmic #864967

Tints of Cosmic #864967

Color information

#864967 (or 0x864967) is unknown color: approx Cosmic. HEX triplet: 86, 49 and 67. RGB value is (134,73,103). Sum of RGB (Red+Green+Blue) = 134+73+103=310 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.23% from 310); Green value is 73 (28.91% from 255 or 23.55% from 310); Blue value is 103 (40.62% from 255 or 33.23% from 310); Max value from RGB is 134 - color contains mainly: red. Hex color #864967 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864967 is #79B698. Grayscale: #5E5E5E. Windows color (decimal): -7976601 or 6769030. OLE color: 6769030.

HSL color Cylindrical-coordinate representation of color #864967: hue angle of 330.49º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #864967 is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB13473103-
CMYK00.460.230.47
HSL330.49º29.47%40.59%-
HSV(B)330.49º45.52%52.55%-
XYZ14.6610.8114.15-
YUV94.66132.71156.06-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.23%
GREEN value IS 73 (28.91% from 255) = 23.55%
BLUE value IS 103 (40.62% from 255) = 33.23%
R=43.23%
G=23.55%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1347310300.460.230.47330.4929.4740.59
Hex86496702E172F14a1d29
Octal20611114705627575123551
Binary100001101001001110011101011101011110111110100101011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864967; }

 p { color: rgb(134,73,103); }

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

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

 a { background-color: rgb(134,73,103); }

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

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

 span { border-color: rgb(134,73,103); }

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