Html Css Color HEX #9B606B Mauve Taupe

📋 copy color: '#9B606B'

red 155 ◦ green 96 ◦ blue 107

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

Shades of Mauve Taupe #9B606B

Tints of Mauve Taupe #9B606B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.89%

R = 43.3%
G = 26.82%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.31

 K value IS 0.39

RGB Variations

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

Color information

#9B606B (or 0x9B606B) is known color: Mauve Taupe. HEX triplet: 9B, 60 and 6B. RGB value is (155,96,107). Sum of RGB (Red+Green+Blue) = 155+96+107=358 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.30% from 358); Green value is 96 (37.89% from 255 or 26.82% from 358); Blue value is 107 (42.19% from 255 or 29.89% from 358); Max value from RGB is 155 - color contains mainly: red. Hex color #9B606B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B606B is #649F94. Grayscale: #727272. Windows color (decimal): -6594453 or 7037083. OLE color: 7037083.

HSL color Cylindrical-coordinate representation of color #9B606B: hue angle of 348.81º 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 #9B606B is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 96 107 -
CMYK 0 0.38 0.31 0.39
HSL 348.81º 0.24% 0.49% -
HSV(B) 348.81º 0.38% 0.61% -
XYZ 20.35 16.4 16 -
YUV 114.9 123.55 156.61 -
System Red Green Blue C M Y K H S L
Decimal 155 96 107 0 0.38 0.31 0.39 348.81 0.24 0.49
Hex 9B 60 6B 0 26 1F 27 15D 18 31
Octal 233 140 153 0 46 37 47 535 30 61
Binary 10011011 1100000 1101011 0 100110 11111 100111 101011101 11000 110001

Color Harmonies of #9B606B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B606B

Black with #9B606B

Text Example


Text Example

White with #9B606B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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