#935D61

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

Shades of Vin Rouge #935D61

Tints of Vin Rouge #935D61

Color information

#935D61 (or 0x935D61) is unknown color: approx Vin Rouge. HEX triplet: 93, 5D and 61. RGB value is (147,93,97). Sum of RGB (Red+Green+Blue) = 147+93+97=337 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.62% from 337); Green value is 93 (36.72% from 255 or 27.60% from 337); Blue value is 97 (38.28% from 255 or 28.78% from 337); Max value from RGB is 147 - color contains mainly: red. Hex color #935D61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935D61 is #6CA29E. Grayscale: #6D6D6D. Windows color (decimal): -7119519 or 6380947. OLE color: 6380947.

HSL color Cylindrical-coordinate representation of color #935D61: hue angle of 355.56º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #935D61 is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB1479397-
CMYK00.370.340.42
HSL355.56º22.5%47.06%-
HSV(B)355.56º36.73%57.65%-
XYZ18.114.8913.23-
YUV109.6120.89154.67-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.62%
GREEN value IS 93 (36.72% from 255) = 27.60%
BLUE value IS 97 (38.28% from 255) = 28.78%
R=43.62%
G=27.60%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147939700.370.340.42355.5622.547.06
Hex935D61025222A164162f
Octal22313514104542525442657
Binary1001001110111011100001010010110001010101010110010010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935D61; }

 p { color: rgb(147,93,97); }

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

<style>
 a { background-color: #935D61; }

 a { background-color: rgb(147,93,97); }

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

<style>
 span { border-color: #935D61; }

 span { border-color: rgb(147,93,97); }

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