#9C5C5E

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

Shades of Vin Rouge #9C5C5E

Tints of Vin Rouge #9C5C5E

Color information

#9C5C5E (or 0x9C5C5E) is unknown color: approx Vin Rouge. HEX triplet: 9C, 5C and 5E. RGB value is (156,92,94). Sum of RGB (Red+Green+Blue) = 156+92+94=342 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.61% from 342); Green value is 92 (36.33% from 255 or 26.90% from 342); Blue value is 94 (37.11% from 255 or 27.49% from 342); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5C5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5C5E is #63A3A1. Grayscale: #6F6F6F. Windows color (decimal): -6529954 or 6184092. OLE color: 6184092.

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

Color convert

RGB1569294-
CMYK00.410.400.39
HSL358.12º25.81%48.63%-
HSV(B)358.12º41.03%61.18%-
XYZ19.5615.5312.56-
YUV111.36118.2159.84-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 45.61%
GREEN value IS 92 (36.33% from 255) = 26.90%
BLUE value IS 94 (37.11% from 255) = 27.49%
R=45.61%
G=26.90%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.40
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156929400.410.400.39358.1225.8148.63
Hex9C5C5E02928271661a31
Octal23413413605150475463261
Binary1001110010111001011110010100110100010011110110011011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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