#84506C

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

Shades of Cosmic #84506C

Tints of Cosmic #84506C

Color information

#84506C (or 0x84506C) is unknown color: approx Cosmic. HEX triplet: 84, 50 and 6C. RGB value is (132,80,108). Sum of RGB (Red+Green+Blue) = 132+80+108=320 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.25% from 320); Green value is 80 (31.64% from 255 or 25% from 320); Blue value is 108 (42.58% from 255 or 33.75% from 320); Max value from RGB is 132 - color contains mainly: red. Hex color #84506C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84506C is #7BAF93. Grayscale: #626262. Windows color (decimal): -8105876 or 7098500. OLE color: 7098500.

HSL color Cylindrical-coordinate representation of color #84506C: hue angle of 327.69º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84506C is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB13280108-
CMYK00.390.180.48
HSL327.69º24.53%41.57%-
HSV(B)327.69º39.39%51.76%-
XYZ15.0911.7315.66-
YUV98.74133.23151.72-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.25%
GREEN value IS 80 (31.64% from 255) = 25%
BLUE value IS 108 (42.58% from 255) = 33.75%
R=41.25%
G=25%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1328010800.390.180.48327.6924.5341.57
Hex84506C0271230148192a
Octal20412015404722605103152
Binary100001001010000110110001001111001011000010100100011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84506C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84506C; }

 p { color: rgb(132,80,108); }

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

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

 a { background-color: rgb(132,80,108); }

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

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

 span { border-color: rgb(132,80,108); }

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