Html Css Color HEX #96676E Mauve Taupe

📋 copy color: '#96676E'

red 150 ◦ green 103 ◦ blue 110

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

Shades of Mauve Taupe #96676E

Tints of Mauve Taupe #96676E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.37%

 BLUE value IS 110 (43.36% from 255) = 30.3%

R = 41.32%
G = 28.37%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#96676E (or 0x96676E) is known color: Mauve Taupe. HEX triplet: 96, 67 and 6E. RGB value is (150,103,110). Sum of RGB (Red+Green+Blue) = 150+103+110=363 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.32% from 363); Green value is 103 (40.62% from 255 or 28.37% from 363); Blue value is 110 (43.36% from 255 or 30.30% from 363); Max value from RGB is 150 - color contains mainly: red. Hex color #96676E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96676E is #699891. Grayscale: #757575. Windows color (decimal): -6920338 or 7235478. OLE color: 7235478.

HSL color Cylindrical-coordinate representation of color #96676E: hue angle of 351.06º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96676E is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 103 110 -
CMYK 0 0.31 0.27 0.41
HSL 351.06º 0.19% 0.5% -
HSV(B) 351.06º 0.31% 0.59% -
XYZ 20.24 17.31 17.03 -
YUV 117.85 123.57 150.93 -
System Red Green Blue C M Y K H S L
Decimal 150 103 110 0 0.31 0.27 0.41 351.06 0.19 0.5
Hex 96 67 6E 0 1F 1B 29 15F 13 32
Octal 226 147 156 0 37 33 51 537 23 62
Binary 10010110 1100111 1101110 0 11111 11011 101001 101011111 10011 110010

Color Harmonies of #96676E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96676E

Black with #96676E

Text Example


Text Example

White with #96676E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96676E; }

 p { color: rgb(150,103,110); }

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

background-color css

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

 a { background-color: rgb(150,103,110); }

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

border-color css

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

 span { border-color: rgb(150,103,110); }

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