Html Css Color HEX #9B6578 Mauve Taupe

📋 copy color: '#9B6578'

red 155 ◦ green 101 ◦ blue 120

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

Shades of Mauve Taupe #9B6578

Tints of Mauve Taupe #9B6578

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.86%

 BLUE value IS 120 (47.27% from 255) = 31.91%

R = 41.22%
G = 26.86%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.23

 K value IS 0.39

RGB Variations

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

Color information

#9B6578 (or 0x9B6578) is known color: Mauve Taupe. HEX triplet: 9B, 65 and 78. RGB value is (155,101,120). Sum of RGB (Red+Green+Blue) = 155+101+120=376 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.22% from 376); Green value is 101 (39.84% from 255 or 26.86% from 376); Blue value is 120 (47.27% from 255 or 31.91% from 376); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6578 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6578 is #649A87. Grayscale: #777777. Windows color (decimal): -6593160 or 7890331. OLE color: 7890331.

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

Color convert

RGB 155 101 120 -
CMYK 0 0.35 0.23 0.39
HSL 338.89º 0.21% 0.5% -
HSV(B) 338.89º 0.35% 0.61% -
XYZ 21.56 17.63 20.04 -
YUV 119.31 128.39 153.46 -
System Red Green Blue C M Y K H S L
Decimal 155 101 120 0 0.35 0.23 0.39 338.89 0.21 0.5
Hex 9B 65 78 0 23 17 27 153 15 32
Octal 233 145 170 0 43 27 47 523 25 62
Binary 10011011 1100101 1111000 0 100011 10111 100111 101010011 10101 110010

Color Harmonies of #9B6578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6578

Black with #9B6578

Text Example


Text Example

White with #9B6578

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,101,120); }

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

background-color css

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

 a { background-color: rgb(155,101,120); }

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

border-color css

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

 span { border-color: rgb(155,101,120); }

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