#84546C

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

Shades of Cosmic #84546C

Tints of Cosmic #84546C

Color information

#84546C (or 0x84546C) is unknown color: approx Cosmic. HEX triplet: 84, 54 and 6C. RGB value is (132,84,108). Sum of RGB (Red+Green+Blue) = 132+84+108=324 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.74% from 324); Green value is 84 (33.20% from 255 or 25.93% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 132 - color contains mainly: red. Hex color #84546C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84546C is #7BAB93. Grayscale: #656565. Windows color (decimal): -8104852 or 7099524. OLE color: 7099524.

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

Color convert

RGB13284108-
CMYK00.360.180.48
HSL330º22.22%42.35%-
HSV(B)330º36.36%51.76%-
XYZ15.3912.3315.76-
YUV101.09131.9150.05-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.74%
GREEN value IS 84 (33.20% from 255) = 25.93%
BLUE value IS 108 (42.58% from 255) = 33.33%
R=40.74%
G=25.93%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1328410800.360.180.4833022.2242.35
Hex84546C024123014a162a
Octal20412415404422605122652
Binary100001001010100110110001001001001011000010100101010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84546C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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