Html Css Color HEX #966075 Mauve Taupe

📋 copy color: '#966075'

red 150 ◦ green 96 ◦ blue 117

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

Shades of Mauve Taupe #966075

Tints of Mauve Taupe #966075

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.45%

 BLUE value IS 117 (46.09% from 255) = 32.23%

R = 41.32%
G = 26.45%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#966075 (or 0x966075) is known color: Mauve Taupe. HEX triplet: 96, 60 and 75. RGB value is (150,96,117). Sum of RGB (Red+Green+Blue) = 150+96+117=363 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.32% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 117 (46.09% from 255 or 32.23% from 363); Max value from RGB is 150 - color contains mainly: red. Hex color #966075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966075 is #699F8A. Grayscale: #727272. Windows color (decimal): -6922123 or 7692438. OLE color: 7692438.

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

Color convert

RGB 150 96 117 -
CMYK 0 0.36 0.22 0.41
HSL 336.67º 0.22% 0.48% -
HSV(B) 336.67º 0.36% 0.59% -
XYZ 19.97 16.13 18.89 -
YUV 114.54 129.39 153.29 -
System Red Green Blue C M Y K H S L
Decimal 150 96 117 0 0.36 0.22 0.41 336.67 0.22 0.48
Hex 96 60 75 0 24 16 29 151 16 30
Octal 226 140 165 0 44 26 51 521 26 60
Binary 10010110 1100000 1110101 0 100100 10110 101001 101010001 10110 110000

Color Harmonies of #966075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966075

Black with #966075

Text Example


Text Example

White with #966075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966075; }

 p { color: rgb(150,96,117); }

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

background-color css

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

 a { background-color: rgb(150,96,117); }

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

border-color css

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

 span { border-color: rgb(150,96,117); }

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