#864165

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

Shades of Cosmic #864165

Tints of Cosmic #864165

Color information

#864165 (or 0x864165) is unknown color: approx Cosmic. HEX triplet: 86, 41 and 65. RGB value is (134,65,101). Sum of RGB (Red+Green+Blue) = 134+65+101=300 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.67% from 300); Green value is 65 (25.78% from 255 or 21.67% from 300); Blue value is 101 (39.84% from 255 or 33.67% from 300); Max value from RGB is 134 - color contains mainly: red. Hex color #864165 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864165 is #79BE9A. Grayscale: #595959. Windows color (decimal): -7978651 or 6635910. OLE color: 6635910.

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

Color convert

RGB13465101-
CMYK00.510.250.47
HSL328.7º34.67%39.02%-
HSV(B)328.7º51.49%52.55%-
XYZ14.079.7913.46-
YUV89.74134.36159.57-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.67%
GREEN value IS 65 (25.78% from 255) = 21.67%
BLUE value IS 101 (39.84% from 255) = 33.67%
R=44.67%
G=21.67%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1346510100.510.250.47328.734.6739.02
Hex864165033192F1492327
Octal20610114506331575114347
Binary1000011010000011100101011001111001101111101001001100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864165; }

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

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

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

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

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

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

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

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