#965F6B

Color #965F6B Mauve Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve Taupe #965F6B

Tints of Mauve Taupe #965F6B

Color information

#965F6B (or 0x965F6B) is unknown color: approx Mauve Taupe. HEX triplet: 96, 5F and 6B. RGB value is (150,95,107). Sum of RGB (Red+Green+Blue) = 150+95+107=352 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.61% from 352); Green value is 95 (37.5% from 255 or 26.99% from 352); Blue value is 107 (42.19% from 255 or 30.40% from 352); Max value from RGB is 150 - color contains mainly: red. Hex color #965F6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965F6B is #69A094. Grayscale: #707070. Windows color (decimal): -6922389 or 7036822. OLE color: 7036822.

HSL color Cylindrical-coordinate representation of color #965F6B: hue angle of 346.91º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #965F6B is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB15095107-
CMYK00.370.290.41
HSL346.91º22.45%48.04%-
HSV(B)346.91º36.67%58.82%-
XYZ19.3215.7315.93-
YUV112.81124.72154.52-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.61%
GREEN value IS 95 (37.5% from 255) = 26.99%
BLUE value IS 107 (42.19% from 255) = 30.40%
R=42.61%
G=26.99%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1509510700.370.290.41346.9122.4548.04
Hex965F6B0251D2915b1630
Octal22613715304535515332660
Binary100101101011111110101101001011110110100110101101110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965F6B; }

 p { color: rgb(150,95,107); }

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

<style>
 a { background-color: #965F6B; }

 a { background-color: rgb(150,95,107); }

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

<style>
 span { border-color: #965F6B; }

 span { border-color: rgb(150,95,107); }

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