#884F6E

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

Shades of Cosmic #884F6E

Tints of Cosmic #884F6E

Color information

#884F6E (or 0x884F6E) is unknown color: approx Cosmic. HEX triplet: 88, 4F and 6E. RGB value is (136,79,110). Sum of RGB (Red+Green+Blue) = 136+79+110=325 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.85% from 325); Green value is 79 (31.25% from 255 or 24.31% from 325); Blue value is 110 (43.36% from 255 or 33.85% from 325); Max value from RGB is 136 - color contains mainly: red. Hex color #884F6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #884F6E is #77B091. Grayscale: #636363. Windows color (decimal): -7843986 or 7229320. OLE color: 7229320.

HSL color Cylindrical-coordinate representation of color #884F6E: hue angle of 327.37º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #884F6E is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB13679110-
CMYK00.420.190.47
HSL327.37º26.51%42.16%-
HSV(B)327.37º41.91%53.33%-
XYZ15.7611.9516.23-
YUV99.58133.88153.98-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.85%
GREEN value IS 79 (31.25% from 255) = 24.31%
BLUE value IS 110 (43.36% from 255) = 33.85%
R=41.85%
G=24.31%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1367911000.420.190.47327.3726.5142.16
Hex884F6E02A132F1471b2a
Octal21011715605223575073352
Binary100010001001111110111001010101001110111110100011111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884F6E; }

 p { color: rgb(136,79,110); }

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

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

 a { background-color: rgb(136,79,110); }

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

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

 span { border-color: rgb(136,79,110); }

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