#864964

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

Shades of Cosmic #864964

Tints of Cosmic #864964

Color information

#864964 (or 0x864964) is unknown color: approx Cosmic. HEX triplet: 86, 49 and 64. RGB value is (134,73,100). Sum of RGB (Red+Green+Blue) = 134+73+100=307 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.65% from 307); Green value is 73 (28.91% from 255 or 23.78% from 307); Blue value is 100 (39.45% from 255 or 32.57% from 307); Max value from RGB is 134 - color contains mainly: red. Hex color #864964 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864964 is #79B69B. Grayscale: #5E5E5E. Windows color (decimal): -7976604 or 6572422. OLE color: 6572422.

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

Color convert

RGB13473100-
CMYK00.460.250.47
HSL333.44º29.47%40.59%-
HSV(B)333.44º45.52%52.55%-
XYZ14.5110.7513.37-
YUV94.32131.21156.3-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.65%
GREEN value IS 73 (28.91% from 255) = 23.78%
BLUE value IS 100 (39.45% from 255) = 32.57%
R=43.65%
G=23.78%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1347310000.460.250.47333.4429.4740.59
Hex86496402E192F14d1d29
Octal20611114405631575153551
Binary100001101001001110010001011101100110111110100110111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864964; }

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

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

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

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

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

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

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

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