Html Css Color HEX #965970 Mauve Taupe

📋 copy color: '#965970'

red 150 ◦ green 89 ◦ blue 112

#965970
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve Taupe #965970

Tints of Mauve Taupe #965970

RGB

 RED value IS 150 (58.98% from 255) = 42.74%

 GREEN value IS 89 (35.16% from 255) = 25.36%

 BLUE value IS 112 (44.14% from 255) = 31.91%

R = 42.74%
G = 25.36%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#965970 (or 0x965970) is known color: Mauve Taupe. HEX triplet: 96, 59 and 70. RGB value is (150,89,112). Sum of RGB (Red+Green+Blue) = 150+89+112=351 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.74% from 351); Green value is 89 (35.16% from 255 or 25.36% from 351); Blue value is 112 (44.14% from 255 or 31.91% from 351); Max value from RGB is 150 - color contains mainly: red. Hex color #965970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965970 is #69A68F. Grayscale: #6D6D6D. Windows color (decimal): -6923920 or 7362966. OLE color: 7362966.

HSL color Cylindrical-coordinate representation of color #965970: hue angle of 337.38º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #965970 is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 89 112 -
CMYK 0 0.41 0.25 0.41
HSL 337.38º 0.26% 0.47% -
HSV(B) 337.38º 0.41% 0.59% -
XYZ 19.07 14.8 17.18 -
YUV 109.86 129.21 156.63 -
System Red Green Blue C M Y K H S L
Decimal 150 89 112 0 0.41 0.25 0.41 337.38 0.26 0.47
Hex 96 59 70 0 29 19 29 151 1A 2F
Octal 226 131 160 0 51 31 51 521 32 57
Binary 10010110 1011001 1110000 0 101001 11001 101001 101010001 11010 101111

Color Harmonies of #965970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965970

Black with #965970

Text Example


Text Example

White with #965970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965970; }

 p { color: rgb(150,89,112); }

 H1.HeaderClassName
 {
   color: #965970;
 }
 .AnyTagClassName
 {
   color: #965970;
 }
</style>

background-color css

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

 a { background-color: rgb(150,89,112); }

 div.DivClassName
 {
   background-color: #965970;
 }
 .BgClassName
 {
   background-color: #965970;
 }
</style>

border-color css

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

 span { border-color: rgb(150,89,112); }

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