Html Css Color HEX #9B626A Mauve Taupe

📋 copy color: '#9B626A'

red 155 ◦ green 98 ◦ blue 106

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

Shades of Mauve Taupe #9B626A

Tints of Mauve Taupe #9B626A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.3%

 BLUE value IS 106 (41.8% from 255) = 29.53%

R = 43.18%
G = 27.3%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#9B626A (or 0x9B626A) is known color: Mauve Taupe. HEX triplet: 9B, 62 and 6A. RGB value is (155,98,106). Sum of RGB (Red+Green+Blue) = 155+98+106=359 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.18% from 359); Green value is 98 (38.67% from 255 or 27.30% from 359); Blue value is 106 (41.80% from 255 or 29.53% from 359); Max value from RGB is 155 - color contains mainly: red. Hex color #9B626A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B626A is #649D95. Grayscale: #737373. Windows color (decimal): -6593942 or 6972059. OLE color: 6972059.

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

Color convert

RGB 155 98 106 -
CMYK 0 0.37 0.32 0.39
HSL 351.58º 0.23% 0.5% -
HSV(B) 351.58º 0.37% 0.61% -
XYZ 20.49 16.74 15.79 -
YUV 115.96 122.38 155.85 -
System Red Green Blue C M Y K H S L
Decimal 155 98 106 0 0.37 0.32 0.39 351.58 0.23 0.5
Hex 9B 62 6A 0 25 20 27 160 17 32
Octal 233 142 152 0 45 40 47 540 27 62
Binary 10011011 1100010 1101010 0 100101 100000 100111 101100000 10111 110010

Color Harmonies of #9B626A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B626A

Black with #9B626A

Text Example


Text Example

White with #9B626A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,98,106); }

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

background-color css

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

 a { background-color: rgb(155,98,106); }

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

border-color css

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

 span { border-color: rgb(155,98,106); }

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