Html Css Color HEX #965472 Mauve Taupe

📋 copy color: '#965472'

red 150 ◦ green 84 ◦ blue 114

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

Shades of Mauve Taupe #965472

Tints of Mauve Taupe #965472

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.14%

 BLUE value IS 114 (44.92% from 255) = 32.76%

R = 43.1%
G = 24.14%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.24

 K value IS 0.41

RGB Variations

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

Color information

#965472 (or 0x965472) is known color: Mauve Taupe. HEX triplet: 96, 54 and 72. RGB value is (150,84,114). Sum of RGB (Red+Green+Blue) = 150+84+114=348 (46% of max value = 765). Red value is 150 (58.98% from 255 or 43.10% from 348); Green value is 84 (33.20% from 255 or 24.14% from 348); Blue value is 114 (44.92% from 255 or 32.76% from 348); Max value from RGB is 150 - color contains mainly: red. Hex color #965472 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965472 is #69AB8D. Grayscale: #6B6B6B. Windows color (decimal): -6925198 or 7492758. OLE color: 7492758.

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

Color convert

RGB 150 84 114 -
CMYK 0 0.44 0.24 0.41
HSL 332.73º 0.28% 0.46% -
HSV(B) 332.73º 0.44% 0.59% -
XYZ 18.79 14.04 17.64 -
YUV 107.15 131.87 158.56 -
System Red Green Blue C M Y K H S L
Decimal 150 84 114 0 0.44 0.24 0.41 332.73 0.28 0.46
Hex 96 54 72 0 2C 18 29 14D 1C 2E
Octal 226 124 162 0 54 30 51 515 34 56
Binary 10010110 1010100 1110010 0 101100 11000 101001 101001101 11100 101110

Color Harmonies of #965472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965472

Black with #965472

Text Example


Text Example

White with #965472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965472; }

 p { color: rgb(150,84,114); }

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

background-color css

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

 a { background-color: rgb(150,84,114); }

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

border-color css

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

 span { border-color: rgb(150,84,114); }

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