#9B6269

Color #9B6269 Mauve Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve Taupe #9B6269

Tints of Mauve Taupe #9B6269

Color information

#9B6269 (or 0x9B6269) is unknown color: approx Mauve Taupe. HEX triplet: 9B, 62 and 69. RGB value is (155,98,105). Sum of RGB (Red+Green+Blue) = 155+98+105=358 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.30% from 358); Green value is 98 (38.67% from 255 or 27.37% from 358); Blue value is 105 (41.41% from 255 or 29.33% from 358); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6269 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6269 is #649D96. Grayscale: #737373. Windows color (decimal): -6593943 or 6906523. OLE color: 6906523.

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

Color convert

RGB15598105-
CMYK00.370.320.39
HSL352.63º22.53%49.61%-
HSV(B)352.63º36.77%60.78%-
XYZ20.4416.7215.52-
YUV115.84121.88155.93-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.30%
GREEN value IS 98 (38.67% from 255) = 27.37%
BLUE value IS 105 (41.41% from 255) = 29.33%
R=43.30%
G=27.37%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.32
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1559810500.370.320.39352.6322.5349.61
Hex9B626902520271611732
Octal23314215104540475412762
Binary1001101111000101101001010010110000010011110110000110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9B6269;
 }
 .AnyTagClassName
 {
   color: #9B6269;
 }
</style>
background-color css

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

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

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

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

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

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