#9c565e

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

Shades of Vin Rouge #9C565E

Tints of Vin Rouge #9C565E

Color information

#9C565E (or 0x9C565E) is unknown color: approx Vin Rouge. HEX triplet: 9C, 56 and 5E. RGB value is (156,86,94). Sum of RGB (Red+Green+Blue) = 156+86+94=336 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.43% from 336); Green value is 86 (33.98% from 255 or 25.60% from 336); Blue value is 94 (37.11% from 255 or 27.98% from 336); Max value from RGB is 156 - color contains mainly: red. Hex color #9C565E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C565E is #63A9A1. Grayscale: #6B6B6B. Windows color (decimal): -6531490 or 6182556. OLE color: 6182556.

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

Color convert

RGB1568694-
CMYK00.450.400.39
HSL353.14º28.93%47.45%-
HSV(B)353.14º44.87%61.18%-
XYZ19.0614.5312.39-
YUV107.84120.19162.35-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.43%
GREEN value IS 86 (33.98% from 255) = 25.60%
BLUE value IS 94 (37.11% from 255) = 27.98%
R=46.43%
G=25.60%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.40
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156869400.450.400.39353.1428.9347.45
Hex9C565E02D28271611d2f
Octal23412613605550475413557
Binary1001110010101101011110010110110100010011110110000111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9c565e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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