#9C5669

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

Shades of Vin Rouge #9C5669

Tints of Vin Rouge #9C5669

Color information

#9C5669 (or 0x9C5669) is unknown color: approx Vin Rouge. HEX triplet: 9C, 56 and 69. RGB value is (156,86,105). Sum of RGB (Red+Green+Blue) = 156+86+105=347 (45% of max value = 765). Red value is 156 (61.33% from 255 or 44.96% from 347); Green value is 86 (33.98% from 255 or 24.78% from 347); Blue value is 105 (41.41% from 255 or 30.26% from 347); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5669 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5669 is #63A996. Grayscale: #6D6D6D. Windows color (decimal): -6531479 or 6903452. OLE color: 6903452.

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

Color convert

RGB15686105-
CMYK00.450.330.39
HSL343.71º28.93%47.45%-
HSV(B)343.71º44.87%61.18%-
XYZ19.5914.7415.18-
YUV109.1125.69161.46-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.96%
GREEN value IS 86 (33.98% from 255) = 24.78%
BLUE value IS 105 (41.41% from 255) = 30.26%
R=44.96%
G=24.78%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.33
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1568610500.450.330.39343.7128.9347.45
Hex9C566902D21271581d2f
Octal23412615105541475303557
Binary1001110010101101101001010110110000110011110101100011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,86,105); }

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

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

 a { background-color: rgb(156,86,105); }

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

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

 span { border-color: rgb(156,86,105); }

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