Html Css Color HEX #966275 Mauve Taupe

📋 copy color: '#966275'

red 150 ◦ green 98 ◦ blue 117

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

Shades of Mauve Taupe #966275

Tints of Mauve Taupe #966275

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.85%

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

R = 41.1%
G = 26.85%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#966275 (or 0x966275) is known color: Mauve Taupe. HEX triplet: 96, 62 and 75. RGB value is (150,98,117). Sum of RGB (Red+Green+Blue) = 150+98+117=365 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.10% from 365); Green value is 98 (38.67% from 255 or 26.85% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 150 - color contains mainly: red. Hex color #966275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966275 is #699D8A. Grayscale: #737373. Windows color (decimal): -6921611 or 7692950. OLE color: 7692950.

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

Color convert

RGB 150 98 117 -
CMYK 0 0.35 0.22 0.41
HSL 338.08º 0.21% 0.49% -
HSV(B) 338.08º 0.35% 0.59% -
XYZ 20.16 16.5 18.95 -
YUV 115.71 128.73 152.46 -
System Red Green Blue C M Y K H S L
Decimal 150 98 117 0 0.35 0.22 0.41 338.08 0.21 0.49
Hex 96 62 75 0 23 16 29 152 15 31
Octal 226 142 165 0 43 26 51 522 25 61
Binary 10010110 1100010 1110101 0 100011 10110 101001 101010010 10101 110001

Color Harmonies of #966275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966275

Black with #966275

Text Example


Text Example

White with #966275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966275; }

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

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

background-color css

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

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

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

border-color css

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

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

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