Html Css Color HEX #96656C Mauve Taupe

📋 copy color: '#96656C'

red 150 ◦ green 101 ◦ blue 108

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

Shades of Mauve Taupe #96656C

Tints of Mauve Taupe #96656C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.13%

 BLUE value IS 108 (42.58% from 255) = 30.08%

R = 41.78%
G = 28.13%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#96656C (or 0x96656C) is known color: Mauve Taupe. HEX triplet: 96, 65 and 6C. RGB value is (150,101,108). Sum of RGB (Red+Green+Blue) = 150+101+108=359 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.78% from 359); Green value is 101 (39.84% from 255 or 28.13% from 359); Blue value is 108 (42.58% from 255 or 30.08% from 359); Max value from RGB is 150 - color contains mainly: red. Hex color #96656C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96656C is #699A93. Grayscale: #747474. Windows color (decimal): -6920852 or 7103894. OLE color: 7103894.

HSL color Cylindrical-coordinate representation of color #96656C: hue angle of 351.43º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96656C is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 101 108 -
CMYK 0 0.33 0.28 0.41
HSL 351.43º 0.2% 0.49% -
HSV(B) 351.43º 0.33% 0.59% -
XYZ 19.94 16.87 16.39 -
YUV 116.45 123.23 151.93 -
System Red Green Blue C M Y K H S L
Decimal 150 101 108 0 0.33 0.28 0.41 351.43 0.2 0.49
Hex 96 65 6C 0 21 1C 29 15F 14 31
Octal 226 145 154 0 41 34 51 537 24 61
Binary 10010110 1100101 1101100 0 100001 11100 101001 101011111 10100 110001

Color Harmonies of #96656C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96656C

Black with #96656C

Text Example


Text Example

White with #96656C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96656C; }

 p { color: rgb(150,101,108); }

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

background-color css

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

 a { background-color: rgb(150,101,108); }

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

border-color css

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

 span { border-color: rgb(150,101,108); }

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