#935D60

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

Shades of Vin Rouge #935D60

Tints of Vin Rouge #935D60

Color information

#935D60 (or 0x935D60) is unknown color: approx Vin Rouge. HEX triplet: 93, 5D and 60. RGB value is (147,93,96). Sum of RGB (Red+Green+Blue) = 147+93+96=336 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.75% from 336); Green value is 93 (36.72% from 255 or 27.68% from 336); Blue value is 96 (37.89% from 255 or 28.57% from 336); Max value from RGB is 147 - color contains mainly: red. Hex color #935D60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935D60 is #6CA29F. Grayscale: #6D6D6D. Windows color (decimal): -7119520 or 6315411. OLE color: 6315411.

HSL color Cylindrical-coordinate representation of color #935D60: hue angle of 356.67º 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 #935D60 is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB1479396-
CMYK00.370.350.42
HSL356.67º22.5%47.06%-
HSV(B)356.67º36.73%57.65%-
XYZ18.0614.8812.99-
YUV109.49120.39154.76-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.75%
GREEN value IS 93 (36.72% from 255) = 27.68%
BLUE value IS 96 (37.89% from 255) = 28.57%
R=43.75%
G=27.68%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147939600.370.350.42356.6722.547.06
Hex935D60025232A165162f
Octal22313514004543525452657
Binary1001001110111011100000010010110001110101010110010110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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