Html Css Color HEX #9B6672 Mauve Taupe

📋 copy color: '#9B6672'

red 155 ◦ green 102 ◦ blue 114

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

Shades of Mauve Taupe #9B6672

Tints of Mauve Taupe #9B6672

RGB

 RED value IS 155 (60.94% from 255) = 41.78%

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

 BLUE value IS 114 (44.92% from 255) = 30.73%

R = 41.78%
G = 27.49%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#9B6672 (or 0x9B6672) is known color: Mauve Taupe. HEX triplet: 9B, 66 and 72. RGB value is (155,102,114). Sum of RGB (Red+Green+Blue) = 155+102+114=371 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.78% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6672 is #64998D. Grayscale: #777777. Windows color (decimal): -6592910 or 7497371. OLE color: 7497371.

HSL color Cylindrical-coordinate representation of color #9B6672: hue angle of 346.42º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9B6672 is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 102 114 -
CMYK 0 0.34 0.26 0.39
HSL 346.42º 0.21% 0.5% -
HSV(B) 346.42º 0.34% 0.61% -
XYZ 21.31 17.69 18.21 -
YUV 119.22 125.06 153.52 -
System Red Green Blue C M Y K H S L
Decimal 155 102 114 0 0.34 0.26 0.39 346.42 0.21 0.5
Hex 9B 66 72 0 22 1A 27 15A 15 32
Octal 233 146 162 0 42 32 47 532 25 62
Binary 10011011 1100110 1110010 0 100010 11010 100111 101011010 10101 110010

Color Harmonies of #9B6672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6672

Black with #9B6672

Text Example


Text Example

White with #9B6672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B6672; }

 p { color: rgb(155,102,114); }

 H1.HeaderClassName
 {
   color: #9B6672;
 }
 .AnyTagClassName
 {
   color: #9B6672;
 }
</style>

background-color css

<style>
 a { background-color: #9B6672; }

 a { background-color: rgb(155,102,114); }

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

border-color css

<style>
 span { border-color: #9B6672; }

 span { border-color: rgb(155,102,114); }

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