#864366

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

Shades of Cosmic #864366

Tints of Cosmic #864366

Color information

#864366 (or 0x864366) is unknown color: approx Cosmic. HEX triplet: 86, 43 and 66. RGB value is (134,67,102). Sum of RGB (Red+Green+Blue) = 134+67+102=303 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.22% from 303); Green value is 67 (26.56% from 255 or 22.11% from 303); Blue value is 102 (40.23% from 255 or 33.66% from 303); Max value from RGB is 134 - color contains mainly: red. Hex color #864366 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864366 is #79BC99. Grayscale: #5A5A5A. Windows color (decimal): -7978138 or 6701958. OLE color: 6701958.

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

Color convert

RGB13467102-
CMYK00.50.240.47
HSL328.66º33.33%39.41%-
HSV(B)328.66º50%52.55%-
XYZ14.2410.0413.76-
YUV91.02134.2158.65-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.22%
GREEN value IS 67 (26.56% from 255) = 22.11%
BLUE value IS 102 (40.23% from 255) = 33.66%
R=44.22%
G=22.11%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1346710200.50.240.47328.6633.3339.41
Hex864366032182F1492127
Octal20610314606230575114147
Binary1000011010000111100110011001011000101111101001001100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864366; }

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

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

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

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

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

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

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

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