Html Css Color HEX #95696F Mauve Taupe

📋 copy color: '#95696F'

red 149 ◦ green 105 ◦ blue 111

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

Shades of Mauve Taupe #95696F

Tints of Mauve Taupe #95696F

RGB

 RED value IS 149 (58.59% from 255) = 40.82%

 GREEN value IS 105 (41.41% from 255) = 28.77%

 BLUE value IS 111 (43.75% from 255) = 30.41%

R = 40.82%
G = 28.77%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#95696F (or 0x95696F) is known color: Mauve Taupe. HEX triplet: 95, 69 and 6F. RGB value is (149,105,111). Sum of RGB (Red+Green+Blue) = 149+105+111=365 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.82% from 365); Green value is 105 (41.41% from 255 or 28.77% from 365); Blue value is 111 (43.75% from 255 or 30.41% from 365); Max value from RGB is 149 - color contains mainly: red. Hex color #95696F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95696F is #6A9690. Grayscale: #767676. Windows color (decimal): -6985361 or 7301525. OLE color: 7301525.

HSL color Cylindrical-coordinate representation of color #95696F: hue angle of 351.82º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #95696F is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 105 111 -
CMYK 0 0.30 0.26 0.42
HSL 351.82º 0.17% 0.5% -
HSV(B) 351.82º 0.3% 0.58% -
XYZ 20.32 17.64 17.37 -
YUV 118.84 123.58 149.51 -
System Red Green Blue C M Y K H S L
Decimal 149 105 111 0 0.30 0.26 0.42 351.82 0.17 0.5
Hex 95 69 6F 0 1E 1A 2A 160 11 32
Octal 225 151 157 0 36 32 52 540 21 62
Binary 10010101 1101001 1101111 0 11110 11010 101010 101100000 10001 110010

Color Harmonies of #95696F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95696F

Black with #95696F

Text Example


Text Example

White with #95696F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95696F; }

 p { color: rgb(149,105,111); }

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

background-color css

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

 a { background-color: rgb(149,105,111); }

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

border-color css

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

 span { border-color: rgb(149,105,111); }

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