Html Css Color HEX #96656B Mauve Taupe

📋 copy color: '#96656B'

red 150 ◦ green 101 ◦ blue 107

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

Shades of Mauve Taupe #96656B

Tints of Mauve Taupe #96656B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.89%

R = 41.9%
G = 28.21%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#96656B (or 0x96656B) is known color: Mauve Taupe. HEX triplet: 96, 65 and 6B. RGB value is (150,101,107). Sum of RGB (Red+Green+Blue) = 150+101+107=358 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.90% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 107 (42.19% from 255 or 29.89% from 358); Max value from RGB is 150 - color contains mainly: red. Hex color #96656B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96656B is #699A94. Grayscale: #747474. Windows color (decimal): -6920853 or 7038358. OLE color: 7038358.

HSL color Cylindrical-coordinate representation of color #96656B: hue angle of 352.65º 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 #96656B is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 101 107 -
CMYK 0 0.33 0.29 0.41
HSL 352.65º 0.2% 0.49% -
HSV(B) 352.65º 0.33% 0.59% -
XYZ 19.89 16.85 16.11 -
YUV 116.34 122.73 152.01 -
System Red Green Blue C M Y K H S L
Decimal 150 101 107 0 0.33 0.29 0.41 352.65 0.2 0.49
Hex 96 65 6B 0 21 1D 29 161 14 31
Octal 226 145 153 0 41 35 51 541 24 61
Binary 10010110 1100101 1101011 0 100001 11101 101001 101100001 10100 110001

Color Harmonies of #96656B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96656B

Black with #96656B

Text Example


Text Example

White with #96656B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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