#844E6E

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

Shades of Cosmic #844E6E

Tints of Cosmic #844E6E

Color information

#844E6E (or 0x844E6E) is unknown color: approx Cosmic. HEX triplet: 84, 4E and 6E. RGB value is (132,78,110). Sum of RGB (Red+Green+Blue) = 132+78+110=320 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.25% from 320); Green value is 78 (30.86% from 255 or 24.38% from 320); Blue value is 110 (43.36% from 255 or 34.38% from 320); Max value from RGB is 132 - color contains mainly: red. Hex color #844E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #844E6E is #7BB191. Grayscale: #616161. Windows color (decimal): -8106386 or 7229060. OLE color: 7229060.

HSL color Cylindrical-coordinate representation of color #844E6E: hue angle of 324.44º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #844E6E is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB13278110-
CMYK00.410.170.48
HSL324.44º25.71%41.18%-
HSV(B)324.44º40.91%51.76%-
XYZ15.0511.4816.17-
YUV97.79134.89152.4-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.25%
GREEN value IS 78 (30.86% from 255) = 24.38%
BLUE value IS 110 (43.36% from 255) = 34.38%
R=41.25%
G=24.38%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1327811000.410.170.48324.4425.7141.18
Hex844E6E02911301441a29
Octal20411615605121605043251
Binary100001001001110110111001010011000111000010100010011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844E6E; }

 p { color: rgb(132,78,110); }

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

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

 a { background-color: rgb(132,78,110); }

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

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

 span { border-color: rgb(132,78,110); }

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