#925E60

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

Shades of Vin Rouge #925E60

Tints of Vin Rouge #925E60

Color information

#925E60 (or 0x925E60) is unknown color: approx Vin Rouge. HEX triplet: 92, 5E and 60. RGB value is (146,94,96). Sum of RGB (Red+Green+Blue) = 146+94+96=336 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.45% from 336); Green value is 94 (37.11% from 255 or 27.98% from 336); Blue value is 96 (37.89% from 255 or 28.57% from 336); Max value from RGB is 146 - color contains mainly: red. Hex color #925E60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925E60 is #6DA19F. Grayscale: #6D6D6D. Windows color (decimal): -7184800 or 6315666. OLE color: 6315666.

HSL color Cylindrical-coordinate representation of color #925E60: hue angle of 357.69º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #925E60 is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB1469496-
CMYK00.360.340.43
HSL357.69º21.67%47.06%-
HSV(B)357.69º35.62%57.25%-
XYZ17.9714.9613.01-
YUV109.78120.23153.84-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.45%
GREEN value IS 94 (37.11% from 255) = 27.98%
BLUE value IS 96 (37.89% from 255) = 28.57%
R=43.45%
G=27.98%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146949600.360.340.43357.6921.6747.06
Hex925E60024222B166162f
Octal22213614004442535462657
Binary1001001010111101100000010010010001010101110110011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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