Html Css Color HEX #95666F Mauve Taupe

📋 copy color: '#95666F'

red 149 ◦ green 102 ◦ blue 111

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

Shades of Mauve Taupe #95666F

Tints of Mauve Taupe #95666F

RGB

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

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

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

R = 41.16%
G = 28.18%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#95666F (or 0x95666F) is known color: Mauve Taupe. HEX triplet: 95, 66 and 6F. RGB value is (149,102,111). Sum of RGB (Red+Green+Blue) = 149+102+111=362 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.16% from 362); Green value is 102 (40.23% from 255 or 28.18% from 362); Blue value is 111 (43.75% from 255 or 30.66% from 362); Max value from RGB is 149 - color contains mainly: red. Hex color #95666F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95666F is #6A9990. Grayscale: #757575. Windows color (decimal): -6986129 or 7300757. OLE color: 7300757.

HSL color Cylindrical-coordinate representation of color #95666F: hue angle of 348.51º 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 #95666F is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 102 111 -
CMYK 0 0.32 0.26 0.42
HSL 348.51º 0.19% 0.49% -
HSV(B) 348.51º 0.32% 0.58% -
XYZ 20.02 17.04 17.27 -
YUV 117.08 124.57 150.77 -
System Red Green Blue C M Y K H S L
Decimal 149 102 111 0 0.32 0.26 0.42 348.51 0.19 0.49
Hex 95 66 6F 0 20 1A 2A 15D 13 31
Octal 225 146 157 0 40 32 52 535 23 61
Binary 10010101 1100110 1101111 0 100000 11010 101010 101011101 10011 110001

Color Harmonies of #95666F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95666F

Black with #95666F

Text Example


Text Example

White with #95666F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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