Html Css Color HEX #9B5E5C Rose Taupe

📋 copy color: '#9B5E5C'

red 155 ◦ green 94 ◦ blue 92

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

Shades of Rose Taupe #9B5E5C

Tints of Rose Taupe #9B5E5C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.57%

 BLUE value IS 92 (36.33% from 255) = 26.98%

R = 45.45%
G = 27.57%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.41

 K value IS 0.39

RGB Variations

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

Color information

#9B5E5C (or 0x9B5E5C) is known color: Rose Taupe. HEX triplet: 9B, 5E and 5C. RGB value is (155,94,92). Sum of RGB (Red+Green+Blue) = 155+94+92=341 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.45% from 341); Green value is 94 (37.11% from 255 or 27.57% from 341); Blue value is 92 (36.33% from 255 or 26.98% from 341); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5E5C is #64A1A3. Grayscale: #707070. Windows color (decimal): -6594980 or 6053531. OLE color: 6053531.

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

Color convert

RGB 155 94 92 -
CMYK 0 0.39 0.41 0.39
HSL 1.9º 0.26% 0.48% -
HSV(B) 1.9º 0.41% 0.61% -
XYZ 19.45 15.75 12.14 -
YUV 112.01 116.71 158.66 -
System Red Green Blue C M Y K H S L
Decimal 155 94 92 0 0.39 0.41 0.39 1.9 0.26 0.48
Hex 9B 5E 5C 0 27 29 27 2 1A 30
Octal 233 136 134 0 47 51 47 2 32 60
Binary 10011011 1011110 1011100 0 100111 101001 100111 10 11010 110000

Color Harmonies of #9B5E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5E5C

Black with #9B5E5C

Text Example


Text Example

White with #9B5E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,94,92); }

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

background-color css

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

 a { background-color: rgb(155,94,92); }

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

border-color css

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

 span { border-color: rgb(155,94,92); }

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