Html Css Color HEX #965574 Mauve Taupe

📋 copy color: '#965574'

red 150 ◦ green 85 ◦ blue 116

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

Shades of Mauve Taupe #965574

Tints of Mauve Taupe #965574

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.22%

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

R = 42.74%
G = 24.22%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#965574 (or 0x965574) is known color: Mauve Taupe. HEX triplet: 96, 55 and 74. RGB value is (150,85,116). Sum of RGB (Red+Green+Blue) = 150+85+116=351 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.74% from 351); Green value is 85 (33.59% from 255 or 24.22% from 351); Blue value is 116 (45.70% from 255 or 33.05% from 351); Max value from RGB is 150 - color contains mainly: red. Hex color #965574 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965574 is #69AA8B. Grayscale: #6B6B6B. Windows color (decimal): -6924940 or 7624086. OLE color: 7624086.

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

Color convert

RGB 150 85 116 -
CMYK 0 0.43 0.23 0.41
HSL 331.38º 0.28% 0.46% -
HSV(B) 331.38º 0.43% 0.59% -
XYZ 18.98 14.24 18.27 -
YUV 107.97 132.53 157.98 -
System Red Green Blue C M Y K H S L
Decimal 150 85 116 0 0.43 0.23 0.41 331.38 0.28 0.46
Hex 96 55 74 0 2B 17 29 14B 1C 2E
Octal 226 125 164 0 53 27 51 513 34 56
Binary 10010110 1010101 1110100 0 101011 10111 101001 101001011 11100 101110

Color Harmonies of #965574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965574

Black with #965574

Text Example


Text Example

White with #965574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965574; }

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

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

background-color css

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

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

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

border-color css

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

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

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