#864968

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

Shades of Cosmic #864968

Tints of Cosmic #864968

Color information

#864968 (or 0x864968) is unknown color: approx Cosmic. HEX triplet: 86, 49 and 68. RGB value is (134,73,104). Sum of RGB (Red+Green+Blue) = 134+73+104=311 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.09% from 311); Green value is 73 (28.91% from 255 or 23.47% from 311); Blue value is 104 (41.02% from 255 or 33.44% from 311); Max value from RGB is 134 - color contains mainly: red. Hex color #864968 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864968 is #79B697. Grayscale: #5E5E5E. Windows color (decimal): -7976600 or 6834566. OLE color: 6834566.

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

Color convert

RGB13473104-
CMYK00.460.220.47
HSL329.51º29.47%40.59%-
HSV(B)329.51º45.52%52.55%-
XYZ14.7110.8314.41-
YUV94.77133.21155.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.09%
GREEN value IS 73 (28.91% from 255) = 23.47%
BLUE value IS 104 (41.02% from 255) = 33.44%
R=43.09%
G=23.47%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1347310400.460.220.47329.5129.4740.59
Hex86496802E162F14a1d29
Octal20611115005626575123551
Binary100001101001001110100001011101011010111110100101011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864968; }

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

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

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

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

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

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

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

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