Html Css Color HEX #9B6266 Mauve Taupe

📋 copy color: '#9B6266'

red 155 ◦ green 98 ◦ blue 102

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

Shades of Mauve Taupe #9B6266

Tints of Mauve Taupe #9B6266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 28.73%

R = 43.66%
G = 27.61%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.34

 K value IS 0.39

RGB Variations

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

Color information

#9B6266 (or 0x9B6266) is known color: Mauve Taupe. HEX triplet: 9B, 62 and 66. RGB value is (155,98,102). Sum of RGB (Red+Green+Blue) = 155+98+102=355 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.66% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 102 (40.23% from 255 or 28.73% from 355); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6266 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6266 is #649D99. Grayscale: #737373. Windows color (decimal): -6593946 or 6709915. OLE color: 6709915.

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

Color convert

RGB 155 98 102 -
CMYK 0 0.37 0.34 0.39
HSL 355.79º 0.23% 0.5% -
HSV(B) 355.79º 0.37% 0.61% -
XYZ 20.28 16.66 14.72 -
YUV 115.5 120.38 156.17 -
System Red Green Blue C M Y K H S L
Decimal 155 98 102 0 0.37 0.34 0.39 355.79 0.23 0.5
Hex 9B 62 66 0 25 22 27 164 17 32
Octal 233 142 146 0 45 42 47 544 27 62
Binary 10011011 1100010 1100110 0 100101 100010 100111 101100100 10111 110010

Color Harmonies of #9B6266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6266

Black with #9B6266

Text Example


Text Example

White with #9B6266

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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