Html Css Color HEX #9B606E Mauve Taupe

📋 copy color: '#9B606E'

red 155 ◦ green 96 ◦ blue 110

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

Shades of Mauve Taupe #9B606E

Tints of Mauve Taupe #9B606E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.59%

 BLUE value IS 110 (43.36% from 255) = 30.47%

R = 42.94%
G = 26.59%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.29

 K value IS 0.39

RGB Variations

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

Color information

#9B606E (or 0x9B606E) is known color: Mauve Taupe. HEX triplet: 9B, 60 and 6E. RGB value is (155,96,110). Sum of RGB (Red+Green+Blue) = 155+96+110=361 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.94% from 361); Green value is 96 (37.89% from 255 or 26.59% from 361); Blue value is 110 (43.36% from 255 or 30.47% from 361); Max value from RGB is 155 - color contains mainly: red. Hex color #9B606E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B606E is #649F91. Grayscale: #737373. Windows color (decimal): -6594450 or 7233691. OLE color: 7233691.

HSL color Cylindrical-coordinate representation of color #9B606E: hue angle of 345.76º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9B606E is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 96 110 -
CMYK 0 0.38 0.29 0.39
HSL 345.76º 0.24% 0.49% -
HSV(B) 345.76º 0.38% 0.61% -
XYZ 20.51 16.46 16.85 -
YUV 115.24 125.05 156.36 -
System Red Green Blue C M Y K H S L
Decimal 155 96 110 0 0.38 0.29 0.39 345.76 0.24 0.49
Hex 9B 60 6E 0 26 1D 27 15A 18 31
Octal 233 140 156 0 46 35 47 532 30 61
Binary 10011011 1100000 1101110 0 100110 11101 100111 101011010 11000 110001

Color Harmonies of #9B606E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B606E

Black with #9B606E

Text Example


Text Example

White with #9B606E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,96,110); }

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

background-color css

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

 a { background-color: rgb(155,96,110); }

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

border-color css

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

 span { border-color: rgb(155,96,110); }

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