#864166

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

Shades of Cosmic #864166

Tints of Cosmic #864166

Color information

#864166 (or 0x864166) is unknown color: approx Cosmic. HEX triplet: 86, 41 and 66. RGB value is (134,65,102). Sum of RGB (Red+Green+Blue) = 134+65+102=301 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.52% from 301); Green value is 65 (25.78% from 255 or 21.59% from 301); Blue value is 102 (40.23% from 255 or 33.89% from 301); Max value from RGB is 134 - color contains mainly: red. Hex color #864166 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864166 is #79BE99. Grayscale: #595959. Windows color (decimal): -7978650 or 6701446. OLE color: 6701446.

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

Color convert

RGB13465102-
CMYK00.510.240.47
HSL327.83º34.67%39.02%-
HSV(B)327.83º51.49%52.55%-
XYZ14.129.8113.72-
YUV89.85134.86159.49-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.52%
GREEN value IS 65 (25.78% from 255) = 21.59%
BLUE value IS 102 (40.23% from 255) = 33.89%
R=44.52%
G=21.59%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1346510200.510.240.47327.8334.6739.02
Hex864166033182F1482327
Octal20610114606330575104347
Binary1000011010000011100110011001111000101111101001000100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864166; }

 p { color: rgb(134,65,102); }

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

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

 a { background-color: rgb(134,65,102); }

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

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

 span { border-color: rgb(134,65,102); }

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