Html Css Color HEX #9E5959 Rose Taupe

📋 copy color: '#9E5959'

red 158 ◦ green 89 ◦ blue 89

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

Shades of Rose Taupe #9E5959

Tints of Rose Taupe #9E5959

RGB

 RED value IS 158 (62.11% from 255) = 47.02%

 GREEN value IS 89 (35.16% from 255) = 26.49%

 BLUE value IS 89 (35.16% from 255) = 26.49%

R = 47.02%
G = 26.49%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.44

 K value IS 0.38

RGB Variations

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

Color information

#9E5959 (or 0x9E5959) is known color: Rose Taupe. HEX triplet: 9E, 59 and 59. RGB value is (158,89,89). Sum of RGB (Red+Green+Blue) = 158+89+89=336 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.02% from 336); Green value is 89 (35.16% from 255 or 26.49% from 336); Blue value is 89 (35.16% from 255 or 26.49% from 336); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5959 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5959 is #61A6A6. Grayscale: #6D6D6D. Windows color (decimal): -6399655 or 5855646. OLE color: 5855646.

HSL color Cylindrical-coordinate representation of color #9E5959: hue angle of 0º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9E5959 is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 89 89 -
CMYK 0 0.44 0.44 0.38
HSL 0.28% 0.48% -
HSV(B) 0.44% 0.62% -
XYZ 19.48 15.14 11.35 -
YUV 109.63 116.36 162.5 -
System Red Green Blue C M Y K H S L
Decimal 158 89 89 0 0.44 0.44 0.38 0 0.28 0.48
Hex 9E 59 59 0 2C 2C 26 0 1C 30
Octal 236 131 131 0 54 54 46 0 34 60
Binary 10011110 1011001 1011001 0 101100 101100 100110 0 11100 110000

Color Harmonies of #9E5959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5959

Black with #9E5959

Text Example


Text Example

White with #9E5959

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,89,89); }

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

background-color css

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

 a { background-color: rgb(158,89,89); }

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

border-color css

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

 span { border-color: rgb(158,89,89); }

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