#9C5B64

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

Shades of Vin Rouge #9C5B64

Tints of Vin Rouge #9C5B64

Color information

#9C5B64 (or 0x9C5B64) is unknown color: approx Vin Rouge. HEX triplet: 9C, 5B and 64. RGB value is (156,91,100). Sum of RGB (Red+Green+Blue) = 156+91+100=347 (45% of max value = 765). Red value is 156 (61.33% from 255 or 44.96% from 347); Green value is 91 (35.94% from 255 or 26.22% from 347); Blue value is 100 (39.45% from 255 or 28.82% from 347); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5B64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5B64 is #63A49B. Grayscale: #6F6F6F. Windows color (decimal): -6530204 or 6577052. OLE color: 6577052.

HSL color Cylindrical-coordinate representation of color #9C5B64: hue angle of 351.69º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9C5B64 is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.39.

Color convert

RGB15691100-
CMYK00.420.360.39
HSL351.69º26.32%48.43%-
HSV(B)351.69º41.67%61.18%-
XYZ19.7515.4714-
YUV111.46121.53159.77-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.96%
GREEN value IS 91 (35.94% from 255) = 26.22%
BLUE value IS 100 (39.45% from 255) = 28.82%
R=44.96%
G=26.22%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.36
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1569110000.420.360.39351.6926.3248.43
Hex9C5B6402A24271601a30
Octal23413314405244475403260
Binary1001110010110111100100010101010010010011110110000011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,91,100); }

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

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

 a { background-color: rgb(156,91,100); }

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

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

 span { border-color: rgb(156,91,100); }

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