Html Css Color HEX #965770 Mauve Taupe

📋 copy color: '#965770'

red 150 ◦ green 87 ◦ blue 112

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

Shades of Mauve Taupe #965770

Tints of Mauve Taupe #965770

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.93%

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

R = 42.98%
G = 24.93%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#965770 (or 0x965770) is known color: Mauve Taupe. HEX triplet: 96, 57 and 70. RGB value is (150,87,112). Sum of RGB (Red+Green+Blue) = 150+87+112=349 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.98% from 349); Green value is 87 (34.38% from 255 or 24.93% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 150 - color contains mainly: red. Hex color #965770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965770 is #69A88F. Grayscale: #6C6C6C. Windows color (decimal): -6924432 or 7362454. OLE color: 7362454.

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

Color convert

RGB 150 87 112 -
CMYK 0 0.42 0.25 0.41
HSL 336.19º 0.27% 0.46% -
HSV(B) 336.19º 0.42% 0.59% -
XYZ 18.91 14.47 17.13 -
YUV 108.69 129.87 157.47 -
System Red Green Blue C M Y K H S L
Decimal 150 87 112 0 0.42 0.25 0.41 336.19 0.27 0.46
Hex 96 57 70 0 2A 19 29 150 1B 2E
Octal 226 127 160 0 52 31 51 520 33 56
Binary 10010110 1010111 1110000 0 101010 11001 101001 101010000 11011 101110

Color Harmonies of #965770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965770

Black with #965770

Text Example


Text Example

White with #965770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965770; }

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

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

background-color css

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

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

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

border-color css

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

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

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