#9B6267

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

Shades of Mauve Taupe #9B6267

Tints of Mauve Taupe #9B6267

Color information

#9B6267 (or 0x9B6267) is unknown color: approx Mauve Taupe. HEX triplet: 9B, 62 and 67. RGB value is (155,98,103). Sum of RGB (Red+Green+Blue) = 155+98+103=356 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.54% from 356); Green value is 98 (38.67% from 255 or 27.53% from 356); Blue value is 103 (40.62% from 255 or 28.93% from 356); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6267 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6267 is #649D98. Grayscale: #737373. Windows color (decimal): -6593945 or 6775451. OLE color: 6775451.

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

Color convert

RGB15598103-
CMYK00.370.340.39
HSL354.74º22.53%49.61%-
HSV(B)354.74º36.77%60.78%-
XYZ20.3316.6814.98-
YUV115.61120.88156.09-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.54%
GREEN value IS 98 (38.67% from 255) = 27.53%
BLUE value IS 103 (40.62% from 255) = 28.93%
R=43.54%
G=27.53%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.34
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1559810300.370.340.39354.7422.5349.61
Hex9B626702522271631732
Octal23314214704542475432762
Binary1001101111000101100111010010110001010011110110001110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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