#995C5E

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

Shades of Vin Rouge #995C5E

Tints of Vin Rouge #995C5E

Color information

#995C5E (or 0x995C5E) is unknown color: approx Vin Rouge. HEX triplet: 99, 5C and 5E. RGB value is (153,92,94). Sum of RGB (Red+Green+Blue) = 153+92+94=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 94 (37.11% from 255 or 27.73% from 339); Max value from RGB is 153 - color contains mainly: red. Hex color #995C5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995C5E is #66A3A1. Grayscale: #6E6E6E. Windows color (decimal): -6726562 or 6184089. OLE color: 6184089.

HSL color Cylindrical-coordinate representation of color #995C5E: hue angle of 358.03º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #995C5E is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.4.

Color convert

RGB1539294-
CMYK00.400.390.4
HSL358.03º24.9%48.04%-
HSV(B)358.03º39.87%60%-
XYZ18.9815.2312.53-
YUV110.47118.71158.34-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.13%
GREEN value IS 92 (36.33% from 255) = 27.14%
BLUE value IS 94 (37.11% from 255) = 27.73%
R=45.13%
G=27.14%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.39
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153929400.400.390.4358.0324.948.04
Hex995C5E02827281661930
Octal23113413605047505463160
Binary1001100110111001011110010100010011110100010110011011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995C5E; }

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

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

<style>
 a { background-color: #995C5E; }

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

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

<style>
 span { border-color: #995C5E; }

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

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