#9C545E

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

Shades of Vin Rouge #9C545E

Tints of Vin Rouge #9C545E

Color information

#9C545E (or 0x9C545E) is unknown color: approx Vin Rouge. HEX triplet: 9C, 54 and 5E. RGB value is (156,84,94). Sum of RGB (Red+Green+Blue) = 156+84+94=334 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.71% from 334); Green value is 84 (33.20% from 255 or 25.15% from 334); Blue value is 94 (37.11% from 255 or 28.14% from 334); Max value from RGB is 156 - color contains mainly: red. Hex color #9C545E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C545E is #63ABA1. Grayscale: #6A6A6A. Windows color (decimal): -6532002 or 6182044. OLE color: 6182044.

HSL color Cylindrical-coordinate representation of color #9C545E: hue angle of 351.67º 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 #9C545E is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.39.

Color convert

RGB1568494-
CMYK00.460.400.39
HSL351.67º30%47.06%-
HSV(B)351.67º46.15%61.18%-
XYZ18.914.2212.34-
YUV106.67120.85163.19-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.71%
GREEN value IS 84 (33.20% from 255) = 25.15%
BLUE value IS 94 (37.11% from 255) = 28.14%
R=46.71%
G=25.15%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.40
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156849400.460.400.39351.673047.06
Hex9C545E02E28271601e2f
Octal23412413605650475403657
Binary1001110010101001011110010111010100010011110110000011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C545E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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