#925E61

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

Shades of Vin Rouge #925E61

Tints of Vin Rouge #925E61

Color information

#925E61 (or 0x925E61) is unknown color: approx Vin Rouge. HEX triplet: 92, 5E and 61. RGB value is (146,94,97). Sum of RGB (Red+Green+Blue) = 146+94+97=337 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.32% from 337); Green value is 94 (37.11% from 255 or 27.89% from 337); Blue value is 97 (38.28% from 255 or 28.78% from 337); Max value from RGB is 146 - color contains mainly: red. Hex color #925E61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925E61 is #6DA19E. Grayscale: #6D6D6D. Windows color (decimal): -7184799 or 6381202. OLE color: 6381202.

HSL color Cylindrical-coordinate representation of color #925E61: hue angle of 356.54º 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 #925E61 is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB1469497-
CMYK00.360.340.43
HSL356.54º21.67%47.06%-
HSV(B)356.54º35.62%57.25%-
XYZ18.0114.9813.25-
YUV109.89120.73153.76-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.32%
GREEN value IS 94 (37.11% from 255) = 27.89%
BLUE value IS 97 (38.28% from 255) = 28.78%
R=43.32%
G=27.89%
B=28.78%

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
Decimal146949700.360.340.43356.5421.6747.06
Hex925E61024222B165162f
Octal22213614104442535452657
Binary1001001010111101100001010010010001010101110110010110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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