Html Css Color HEX #9A5C5B Rose Taupe

📋 copy color: '#9A5C5B'

red 154 ◦ green 92 ◦ blue 91

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

Shades of Rose Taupe #9A5C5B

Tints of Rose Taupe #9A5C5B

RGB

 RED value IS 154 (60.55% from 255) = 45.7%

 GREEN value IS 92 (36.33% from 255) = 27.3%

 BLUE value IS 91 (35.94% from 255) = 27%

R = 45.7%
G = 27.3%
B = 27%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.41

 K value IS 0.40

RGB Variations

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

Color information

#9A5C5B (or 0x9A5C5B) is known color: Rose Taupe. HEX triplet: 9A, 5C and 5B. RGB value is (154,92,91). Sum of RGB (Red+Green+Blue) = 154+92+91=337 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.70% from 337); Green value is 92 (36.33% from 255 or 27.30% from 337); Blue value is 91 (35.94% from 255 or 27.00% from 337); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5C5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5C5B is #65A3A4. Grayscale: #6E6E6E. Windows color (decimal): -6661029 or 5987482. OLE color: 5987482.

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

Color convert

RGB 154 92 91 -
CMYK 0 0.40 0.41 0.40
HSL 0.95º 0.26% 0.48% -
HSV(B) 0.95º 0.41% 0.6% -
XYZ 19.04 15.28 11.84 -
YUV 110.42 117.04 159.08 -
System Red Green Blue C M Y K H S L
Decimal 154 92 91 0 0.40 0.41 0.40 0.95 0.26 0.48
Hex 9A 5C 5B 0 28 29 28 1 1A 30
Octal 232 134 133 0 50 51 50 1 32 60
Binary 10011010 1011100 1011011 0 101000 101001 101000 1 11010 110000

Color Harmonies of #9A5C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5C5B

Black with #9A5C5B

Text Example


Text Example

White with #9A5C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,92,91); }

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

background-color css

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

 a { background-color: rgb(154,92,91); }

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

border-color css

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

 span { border-color: rgb(154,92,91); }

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