#815669

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

Shades of Cosmic #815669

Tints of Cosmic #815669

Color information

#815669 (or 0x815669) is unknown color: approx Cosmic. HEX triplet: 81, 56 and 69. RGB value is (129,86,105). Sum of RGB (Red+Green+Blue) = 129+86+105=320 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.31% from 320); Green value is 86 (33.98% from 255 or 26.88% from 320); Blue value is 105 (41.41% from 255 or 32.81% from 320); Max value from RGB is 129 - color contains mainly: red. Hex color #815669 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815669 is #7EA996. Grayscale: #646464. Windows color (decimal): -8300951 or 6903425. OLE color: 6903425.

HSL color Cylindrical-coordinate representation of color #815669: hue angle of 333.49º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #815669 is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB12986105-
CMYK00.330.190.49
HSL333.49º20%42.16%-
HSV(B)333.49º33.33%50.59%-
XYZ14.9312.3414.96-
YUV101.02130.25147.96-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.31%
GREEN value IS 86 (33.98% from 255) = 26.88%
BLUE value IS 105 (41.41% from 255) = 32.81%
R=40.31%
G=26.88%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1298610500.330.190.49333.492042.16
Hex815669021133114d142a
Octal20112615104123615152452
Binary100000011010110110100101000011001111000110100110110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815669; }

 p { color: rgb(129,86,105); }

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

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

 a { background-color: rgb(129,86,105); }

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

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

 span { border-color: rgb(129,86,105); }

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