#863E69

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

Shades of Cosmic #863E69

Tints of Cosmic #863E69

Color information

#863E69 (or 0x863E69) is unknown color: approx Cosmic. HEX triplet: 86, 3E and 69. RGB value is (134,62,105). Sum of RGB (Red+Green+Blue) = 134+62+105=301 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.52% from 301); Green value is 62 (24.61% from 255 or 20.60% from 301); Blue value is 105 (41.41% from 255 or 34.88% from 301); Max value from RGB is 134 - color contains mainly: red. Hex color #863E69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863E69 is #79C196. Grayscale: #585858. Windows color (decimal): -7979415 or 6897286. OLE color: 6897286.

HSL color Cylindrical-coordinate representation of color #863E69: hue angle of 324.17º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #863E69 is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB13462105-
CMYK00.540.220.47
HSL324.17º36.73%38.43%-
HSV(B)324.17º53.73%52.55%-
XYZ14.19.5314.46-
YUV88.43137.35160.5-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.52%
GREEN value IS 62 (24.61% from 255) = 20.60%
BLUE value IS 105 (41.41% from 255) = 34.88%
R=44.52%
G=20.60%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1346210500.540.220.47324.1736.7338.43
Hex863E69036162F1442526
Octal2067615106626575044546
Binary100001101111101101001011011010110101111101000100100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863E69; }

 p { color: rgb(134,62,105); }

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

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

 a { background-color: rgb(134,62,105); }

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

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

 span { border-color: rgb(134,62,105); }

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