#975E60

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

Shades of Vin Rouge #975E60

Tints of Vin Rouge #975E60

Color information

#975E60 (or 0x975E60) is unknown color: approx Vin Rouge. HEX triplet: 97, 5E and 60. RGB value is (151,94,96). Sum of RGB (Red+Green+Blue) = 151+94+96=341 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.28% from 341); Green value is 94 (37.11% from 255 or 27.57% from 341); Blue value is 96 (37.89% from 255 or 28.15% from 341); Max value from RGB is 151 - color contains mainly: red. Hex color #975E60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975E60 is #68A19F. Grayscale: #6F6F6F. Windows color (decimal): -6857120 or 6315671. OLE color: 6315671.

HSL color Cylindrical-coordinate representation of color #975E60: hue angle of 357.89º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #975E60 is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB1519496-
CMYK00.380.360.41
HSL357.89º23.27%48.04%-
HSV(B)357.89º37.75%59.22%-
XYZ18.8815.4313.05-
YUV111.27119.38156.34-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.28%
GREEN value IS 94 (37.11% from 255) = 27.57%
BLUE value IS 96 (37.89% from 255) = 28.15%
R=44.28%
G=27.57%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151949600.380.360.41357.8923.2748.04
Hex975E6002624291661730
Octal22713614004644515462760
Binary1001011110111101100000010011010010010100110110011010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975E60; }

 p { color: rgb(151,94,96); }

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

<style>
 a { background-color: #975E60; }

 a { background-color: rgb(151,94,96); }

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

<style>
 span { border-color: #975E60; }

 span { border-color: rgb(151,94,96); }

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