Html Css Color HEX #9B6069 Mauve Taupe

📋 copy color: '#9B6069'

red 155 ◦ green 96 ◦ blue 105

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

Shades of Mauve Taupe #9B6069

Tints of Mauve Taupe #9B6069

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.97%

 BLUE value IS 105 (41.41% from 255) = 29.49%

R = 43.54%
G = 26.97%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#9B6069 (or 0x9B6069) is known color: Mauve Taupe. HEX triplet: 9B, 60 and 69. RGB value is (155,96,105). Sum of RGB (Red+Green+Blue) = 155+96+105=356 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.54% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 105 (41.41% from 255 or 29.49% from 356); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6069 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6069 is #649F96. Grayscale: #727272. Windows color (decimal): -6594455 or 6906011. OLE color: 6906011.

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

Color convert

RGB 155 96 105 -
CMYK 0 0.38 0.32 0.39
HSL 350.85º 0.24% 0.49% -
HSV(B) 350.85º 0.38% 0.61% -
XYZ 20.25 16.35 15.45 -
YUV 114.67 122.55 156.77 -
System Red Green Blue C M Y K H S L
Decimal 155 96 105 0 0.38 0.32 0.39 350.85 0.24 0.49
Hex 9B 60 69 0 26 20 27 15F 18 31
Octal 233 140 151 0 46 40 47 537 30 61
Binary 10011011 1100000 1101001 0 100110 100000 100111 101011111 11000 110001

Color Harmonies of #9B6069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6069

Black with #9B6069

Text Example


Text Example

White with #9B6069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,96,105); }

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

background-color css

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

 a { background-color: rgb(155,96,105); }

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

border-color css

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

 span { border-color: rgb(155,96,105); }

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