#864064

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

Shades of Cosmic #864064

Tints of Cosmic #864064

Color information

#864064 (or 0x864064) is unknown color: approx Cosmic. HEX triplet: 86, 40 and 64. RGB value is (134,64,100). Sum of RGB (Red+Green+Blue) = 134+64+100=298 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.97% from 298); Green value is 64 (25.39% from 255 or 21.48% from 298); Blue value is 100 (39.45% from 255 or 33.56% from 298); Max value from RGB is 134 - color contains mainly: red. Hex color #864064 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864064 is #79BF9B. Grayscale: #585858. Windows color (decimal): -7978908 or 6570118. OLE color: 6570118.

HSL color Cylindrical-coordinate representation of color #864064: hue angle of 329.14º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #864064 is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB13464100-
CMYK00.520.250.47
HSL329.14º35.35%38.82%-
HSV(B)329.14º52.24%52.55%-
XYZ13.979.6613.18-
YUV89.03134.19160.07-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.97%
GREEN value IS 64 (25.39% from 255) = 21.48%
BLUE value IS 100 (39.45% from 255) = 33.56%
R=44.97%
G=21.48%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1346410000.520.250.47329.1435.3538.82
Hex864064034192F1492327
Octal20610014406431575114347
Binary1000011010000001100100011010011001101111101001001100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864064; }

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

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

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

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

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

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

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

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