Html Css Color HEX #95666D Mauve Taupe

📋 copy color: '#95666D'

red 149 ◦ green 102 ◦ blue 109

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

Shades of Mauve Taupe #95666D

Tints of Mauve Taupe #95666D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.33%

 BLUE value IS 109 (42.97% from 255) = 30.28%

R = 41.39%
G = 28.33%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#95666D (or 0x95666D) is known color: Mauve Taupe. HEX triplet: 95, 66 and 6D. RGB value is (149,102,109). Sum of RGB (Red+Green+Blue) = 149+102+109=360 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.39% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 109 (42.97% from 255 or 30.28% from 360); Max value from RGB is 149 - color contains mainly: red. Hex color #95666D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95666D is #6A9992. Grayscale: #747474. Windows color (decimal): -6986131 or 7169685. OLE color: 7169685.

HSL color Cylindrical-coordinate representation of color #95666D: hue angle of 351.06º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95666D is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 102 109 -
CMYK 0 0.32 0.27 0.42
HSL 351.06º 0.19% 0.49% -
HSV(B) 351.06º 0.32% 0.58% -
XYZ 19.91 17 16.7 -
YUV 116.85 123.57 150.93 -
System Red Green Blue C M Y K H S L
Decimal 149 102 109 0 0.32 0.27 0.42 351.06 0.19 0.49
Hex 95 66 6D 0 20 1B 2A 15F 13 31
Octal 225 146 155 0 40 33 52 537 23 61
Binary 10010101 1100110 1101101 0 100000 11011 101010 101011111 10011 110001

Color Harmonies of #95666D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95666D

Black with #95666D

Text Example


Text Example

White with #95666D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95666D; }

 p { color: rgb(149,102,109); }

 H1.HeaderClassName
 {
   color: #95666D;
 }
 .AnyTagClassName
 {
   color: #95666D;
 }
</style>

background-color css

<style>
 a { background-color: #95666D; }

 a { background-color: rgb(149,102,109); }

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

border-color css

<style>
 span { border-color: #95666D; }

 span { border-color: rgb(149,102,109); }

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