Html Css Color HEX #9B5F68 Mauve Taupe

📋 copy color: '#9B5F68'

red 155 ◦ green 95 ◦ blue 104

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

Shades of Mauve Taupe #9B5F68

Tints of Mauve Taupe #9B5F68

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.84%

 BLUE value IS 104 (41.02% from 255) = 29.38%

R = 43.79%
G = 26.84%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.33

 K value IS 0.39

RGB Variations

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

Color information

#9B5F68 (or 0x9B5F68) is known color: Mauve Taupe. HEX triplet: 9B, 5F and 68. RGB value is (155,95,104). Sum of RGB (Red+Green+Blue) = 155+95+104=354 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.79% from 354); Green value is 95 (37.5% from 255 or 26.84% from 354); Blue value is 104 (41.02% from 255 or 29.38% from 354); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5F68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5F68 is #64A097. Grayscale: #717171. Windows color (decimal): -6594712 or 6840219. OLE color: 6840219.

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

Color convert

RGB 155 95 104 -
CMYK 0 0.39 0.33 0.39
HSL 351º 0.24% 0.49% -
HSV(B) 351º 0.39% 0.61% -
XYZ 20.11 16.15 15.15 -
YUV 113.97 122.38 157.27 -
System Red Green Blue C M Y K H S L
Decimal 155 95 104 0 0.39 0.33 0.39 351 0.24 0.49
Hex 9B 5F 68 0 27 21 27 15F 18 31
Octal 233 137 150 0 47 41 47 537 30 61
Binary 10011011 1011111 1101000 0 100111 100001 100111 101011111 11000 110001

Color Harmonies of #9B5F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5F68

Black with #9B5F68

Text Example


Text Example

White with #9B5F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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