#864965

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

Shades of Cosmic #864965

Tints of Cosmic #864965

Color information

#864965 (or 0x864965) is unknown color: approx Cosmic. HEX triplet: 86, 49 and 65. RGB value is (134,73,101). Sum of RGB (Red+Green+Blue) = 134+73+101=308 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.51% from 308); Green value is 73 (28.91% from 255 or 23.70% from 308); Blue value is 101 (39.84% from 255 or 32.79% from 308); Max value from RGB is 134 - color contains mainly: red. Hex color #864965 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864965 is #79B69A. Grayscale: #5E5E5E. Windows color (decimal): -7976603 or 6637958. OLE color: 6637958.

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

Color convert

RGB13473101-
CMYK00.460.250.47
HSL332.46º29.47%40.59%-
HSV(B)332.46º45.52%52.55%-
XYZ14.5610.7713.62-
YUV94.43131.71156.22-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.51%
GREEN value IS 73 (28.91% from 255) = 23.70%
BLUE value IS 101 (39.84% from 255) = 32.79%
R=43.51%
G=23.70%
B=32.79%

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
Decimal1347310100.460.250.47332.4629.4740.59
Hex86496502E192F14c1d29
Octal20611114505631575143551
Binary100001101001001110010101011101100110111110100110011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864965; }

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

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

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

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

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

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

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

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