#9C546C

Color #9C546C Vin Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vin Rouge #9C546C

Tints of Vin Rouge #9C546C

Color information

#9C546C (or 0x9C546C) is unknown color: approx Vin Rouge. HEX triplet: 9C, 54 and 6C. RGB value is (156,84,108). Sum of RGB (Red+Green+Blue) = 156+84+108=348 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.83% from 348); Green value is 84 (33.20% from 255 or 24.14% from 348); Blue value is 108 (42.58% from 255 or 31.03% from 348); Max value from RGB is 156 - color contains mainly: red. Hex color #9C546C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C546C is #63AB93. Grayscale: #6C6C6C. Windows color (decimal): -6531988 or 7099548. OLE color: 7099548.

HSL color Cylindrical-coordinate representation of color #9C546C: hue angle of 340º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9C546C is Cyan = 0, Magento = 0.46, Yellow = 0.31 and Black (K on CMYK) = 0.39.

Color convert

RGB15684108-
CMYK00.460.310.39
HSL340º30%47.06%-
HSV(B)340º46.15%61.18%-
XYZ19.5914.4915.95-
YUV108.26127.85162.05-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.83%
GREEN value IS 84 (33.20% from 255) = 24.14%
BLUE value IS 108 (42.58% from 255) = 31.03%
R=44.83%
G=24.14%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.31
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1568410800.460.310.393403047.06
Hex9C546C02E1F271541e2f
Octal23412415405637475243657
Binary100111001010100110110001011101111110011110101010011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C546C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C546C; }

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

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

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

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

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

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

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

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