Html Css Color HEX #965374 Mauve Taupe

📋 copy color: '#965374'

red 150 ◦ green 83 ◦ blue 116

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

Shades of Mauve Taupe #965374

Tints of Mauve Taupe #965374

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.78%

 BLUE value IS 116 (45.7% from 255) = 33.24%

R = 42.98%
G = 23.78%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#965374 (or 0x965374) is known color: Mauve Taupe. HEX triplet: 96, 53 and 74. RGB value is (150,83,116). Sum of RGB (Red+Green+Blue) = 150+83+116=349 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.98% from 349); Green value is 83 (32.81% from 255 or 23.78% from 349); Blue value is 116 (45.70% from 255 or 33.24% from 349); Max value from RGB is 150 - color contains mainly: red. Hex color #965374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965374 is #69AC8B. Grayscale: #6A6A6A. Windows color (decimal): -6925452 or 7623574. OLE color: 7623574.

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

Color convert

RGB 150 83 116 -
CMYK 0 0.45 0.23 0.41
HSL 330.45º 0.29% 0.46% -
HSV(B) 330.45º 0.45% 0.59% -
XYZ 18.82 13.93 18.22 -
YUV 106.8 133.2 158.82 -
System Red Green Blue C M Y K H S L
Decimal 150 83 116 0 0.45 0.23 0.41 330.45 0.29 0.46
Hex 96 53 74 0 2D 17 29 14A 1D 2E
Octal 226 123 164 0 55 27 51 512 35 56
Binary 10010110 1010011 1110100 0 101101 10111 101001 101001010 11101 101110

Color Harmonies of #965374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965374

Black with #965374

Text Example


Text Example

White with #965374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965374; }

 p { color: rgb(150,83,116); }

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

background-color css

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

 a { background-color: rgb(150,83,116); }

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

border-color css

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

 span { border-color: rgb(150,83,116); }

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