Html Css Color HEX #9B5E5D Rose Taupe

📋 copy color: '#9B5E5D'

red 155 ◦ green 94 ◦ blue 93

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

Shades of Rose Taupe #9B5E5D

Tints of Rose Taupe #9B5E5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.19%

R = 45.32%
G = 27.49%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.4

 K value IS 0.39

RGB Variations

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

Color information

#9B5E5D (or 0x9B5E5D) is known color: Rose Taupe. HEX triplet: 9B, 5E and 5D. RGB value is (155,94,93). Sum of RGB (Red+Green+Blue) = 155+94+93=342 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.32% from 342); Green value is 94 (37.11% from 255 or 27.49% from 342); Blue value is 93 (36.72% from 255 or 27.19% from 342); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5E5D is #64A1A2. Grayscale: #707070. Windows color (decimal): -6594979 or 6119067. OLE color: 6119067.

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

Color convert

RGB 155 94 93 -
CMYK 0 0.39 0.4 0.39
HSL 0.97º 0.25% 0.49% -
HSV(B) 0.97º 0.4% 0.61% -
XYZ 19.5 15.76 12.37 -
YUV 112.13 117.21 158.58 -
System Red Green Blue C M Y K H S L
Decimal 155 94 93 0 0.39 0.4 0.39 0.97 0.25 0.49
Hex 9B 5E 5D 0 27 28 27 1 19 31
Octal 233 136 135 0 47 50 47 1 31 61
Binary 10011011 1011110 1011101 0 100111 101000 100111 1 11001 110001

Color Harmonies of #9B5E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5E5D

Black with #9B5E5D

Text Example


Text Example

White with #9B5E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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