Html Css Color HEX #9B6875 Mauve Taupe

📋 copy color: '#9B6875'

red 155 ◦ green 104 ◦ blue 117

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

Shades of Mauve Taupe #9B6875

Tints of Mauve Taupe #9B6875

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.66%

 BLUE value IS 117 (46.09% from 255) = 31.12%

R = 41.22%
G = 27.66%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#9B6875 (or 0x9B6875) is known color: Mauve Taupe. HEX triplet: 9B, 68 and 75. RGB value is (155,104,117). Sum of RGB (Red+Green+Blue) = 155+104+117=376 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.22% from 376); Green value is 104 (41.02% from 255 or 27.66% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6875 is #64978A. Grayscale: #787878. Windows color (decimal): -6592395 or 7694491. OLE color: 7694491.

HSL color Cylindrical-coordinate representation of color #9B6875: hue angle of 344.71º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9B6875 is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 104 117 -
CMYK 0 0.33 0.25 0.39
HSL 344.71º 0.2% 0.51% -
HSV(B) 344.71º 0.33% 0.61% -
XYZ 21.68 18.15 19.19 -
YUV 120.73 125.9 152.44 -
System Red Green Blue C M Y K H S L
Decimal 155 104 117 0 0.33 0.25 0.39 344.71 0.2 0.51
Hex 9B 68 75 0 21 19 27 159 14 33
Octal 233 150 165 0 41 31 47 531 24 63
Binary 10011011 1101000 1110101 0 100001 11001 100111 101011001 10100 110011

Color Harmonies of #9B6875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6875

Black with #9B6875

Text Example


Text Example

White with #9B6875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,104,117); }

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

background-color css

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

 a { background-color: rgb(155,104,117); }

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

border-color css

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

 span { border-color: rgb(155,104,117); }

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