Html Css Color HEX #9B6375 Mauve Taupe

📋 copy color: '#9B6375'

red 155 ◦ green 99 ◦ blue 117

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

Shades of Mauve Taupe #9B6375

Tints of Mauve Taupe #9B6375

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.68%

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

R = 41.78%
G = 26.68%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#9B6375 (or 0x9B6375) is known color: Mauve Taupe. HEX triplet: 9B, 63 and 75. RGB value is (155,99,117). Sum of RGB (Red+Green+Blue) = 155+99+117=371 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.78% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6375 is #649C8A. Grayscale: #757575. Windows color (decimal): -6593675 or 7693211. OLE color: 7693211.

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

Color convert

RGB 155 99 117 -
CMYK 0 0.36 0.25 0.39
HSL 340.71º 0.22% 0.5% -
HSV(B) 340.71º 0.36% 0.61% -
XYZ 21.19 17.18 19.03 -
YUV 117.8 127.55 154.54 -
System Red Green Blue C M Y K H S L
Decimal 155 99 117 0 0.36 0.25 0.39 340.71 0.22 0.5
Hex 9B 63 75 0 24 19 27 155 16 32
Octal 233 143 165 0 44 31 47 525 26 62
Binary 10011011 1100011 1110101 0 100100 11001 100111 101010101 10110 110010

Color Harmonies of #9B6375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6375

Black with #9B6375

Text Example


Text Example

White with #9B6375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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