#864A65

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

Shades of Cosmic #864A65

Tints of Cosmic #864A65

Color information

#864A65 (or 0x864A65) is unknown color: approx Cosmic. HEX triplet: 86, 4A and 65. RGB value is (134,74,101). Sum of RGB (Red+Green+Blue) = 134+74+101=309 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.37% from 309); Green value is 74 (29.30% from 255 or 23.95% from 309); Blue value is 101 (39.84% from 255 or 32.69% from 309); Max value from RGB is 134 - color contains mainly: red. Hex color #864A65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864A65 is #79B59A. Grayscale: #5E5E5E. Windows color (decimal): -7976347 or 6638214. OLE color: 6638214.

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

Color convert

RGB13474101-
CMYK00.450.250.47
HSL333º28.85%40.78%-
HSV(B)333º44.78%52.55%-
XYZ14.6310.9113.65-
YUV95.02131.38155.8-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.37%
GREEN value IS 74 (29.30% from 255) = 23.95%
BLUE value IS 101 (39.84% from 255) = 32.69%
R=43.37%
G=23.95%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1347410100.450.250.4733328.8540.78
Hex864A6502D192F14d1d29
Octal20611214505531575153551
Binary100001101001010110010101011011100110111110100110111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864A65; }

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

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

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

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

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

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

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

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