#864565

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

Shades of Cosmic #864565

Tints of Cosmic #864565

Color information

#864565 (or 0x864565) is unknown color: approx Cosmic. HEX triplet: 86, 45 and 65. RGB value is (134,69,101). Sum of RGB (Red+Green+Blue) = 134+69+101=304 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.08% from 304); Green value is 69 (27.34% from 255 or 22.70% from 304); Blue value is 101 (39.84% from 255 or 33.22% from 304); Max value from RGB is 134 - color contains mainly: red. Hex color #864565 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864565 is #79BA9A. Grayscale: #5C5C5C. Windows color (decimal): -7977627 or 6636934. OLE color: 6636934.

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

Color convert

RGB13469101-
CMYK00.490.250.47
HSL330.46º32.02%39.8%-
HSV(B)330.46º48.51%52.55%-
XYZ14.3110.2613.54-
YUV92.08133.03157.9-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.08%
GREEN value IS 69 (27.34% from 255) = 22.70%
BLUE value IS 101 (39.84% from 255) = 33.22%
R=44.08%
G=22.70%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1346910100.490.250.47330.4632.0239.8
Hex864565031192F14a2028
Octal20610514506131575124050
Binary1000011010001011100101011000111001101111101001010100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864565; }

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

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

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

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

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

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

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

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