#864365

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

Shades of Cosmic #864365

Tints of Cosmic #864365

Color information

#864365 (or 0x864365) is unknown color: approx Cosmic. HEX triplet: 86, 43 and 65. RGB value is (134,67,101). Sum of RGB (Red+Green+Blue) = 134+67+101=302 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.37% from 302); Green value is 67 (26.56% from 255 or 22.19% from 302); Blue value is 101 (39.84% from 255 or 33.44% from 302); Max value from RGB is 134 - color contains mainly: red. Hex color #864365 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864365 is #79BC9A. Grayscale: #5A5A5A. Windows color (decimal): -7978139 or 6636422. OLE color: 6636422.

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

Color convert

RGB13467101-
CMYK00.50.250.47
HSL329.55º33.33%39.41%-
HSV(B)329.55º50%52.55%-
XYZ14.1910.0213.5-
YUV90.91133.7158.74-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.37%
GREEN value IS 67 (26.56% from 255) = 22.19%
BLUE value IS 101 (39.84% from 255) = 33.44%
R=44.37%
G=22.19%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1346710100.50.250.47329.5533.3339.41
Hex864365032192F14a2127
Octal20610314506231575124147
Binary1000011010000111100101011001011001101111101001010100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864365; }

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

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

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

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

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

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

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

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