Html Css Color HEX #966B76 Mauve Taupe

📋 copy color: '#966B76'

red 150 ◦ green 107 ◦ blue 118

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

Shades of Mauve Taupe #966B76

Tints of Mauve Taupe #966B76

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.53%

 BLUE value IS 118 (46.48% from 255) = 31.47%

R = 40%
G = 28.53%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#966B76 (or 0x966B76) is known color: Mauve Taupe. HEX triplet: 96, 6B and 76. RGB value is (150,107,118). Sum of RGB (Red+Green+Blue) = 150+107+118=375 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40% from 375); Green value is 107 (42.19% from 255 or 28.53% from 375); Blue value is 118 (46.48% from 255 or 31.47% from 375); Max value from RGB is 150 - color contains mainly: red. Hex color #966B76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966B76 is #699489. Grayscale: #797979. Windows color (decimal): -6919306 or 7760790. OLE color: 7760790.

HSL color Cylindrical-coordinate representation of color #966B76: hue angle of 344.65º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #966B76 is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 107 118 -
CMYK 0 0.29 0.21 0.41
HSL 344.65º 0.17% 0.5% -
HSV(B) 344.65º 0.29% 0.59% -
XYZ 21.11 18.31 19.56 -
YUV 121.11 126.25 148.61 -
System Red Green Blue C M Y K H S L
Decimal 150 107 118 0 0.29 0.21 0.41 344.65 0.17 0.5
Hex 96 6B 76 0 1D 15 29 159 11 32
Octal 226 153 166 0 35 25 51 531 21 62
Binary 10010110 1101011 1110110 0 11101 10101 101001 101011001 10001 110010

Color Harmonies of #966B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966B76

Black with #966B76

Text Example


Text Example

White with #966B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966B76; }

 p { color: rgb(150,107,118); }

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

background-color css

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

 a { background-color: rgb(150,107,118); }

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

border-color css

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

 span { border-color: rgb(150,107,118); }

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