#9A605D

Color #9A605D Rose Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Taupe #9A605D

Tints of Rose Taupe #9A605D

Color information

#9A605D (or 0x9A605D) is unknown color: approx Rose Taupe. HEX triplet: 9A, 60 and 5D. RGB value is (154,96,93). Sum of RGB (Red+Green+Blue) = 154+96+93=343 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.90% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 93 (36.72% from 255 or 27.11% from 343); Max value from RGB is 154 - color contains mainly: red. Hex color #9A605D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A605D is #659FA2. Grayscale: #717171. Windows color (decimal): -6660003 or 6119578. OLE color: 6119578.

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

Color convert

RGB1549693-
CMYK00.380.400.40
HSL2.95º24.7%48.43%-
HSV(B)2.95º39.61%60.39%-
XYZ19.4916.0312.42-
YUV113116.72157.24-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 44.90%
GREEN value IS 96 (37.89% from 255) = 27.99%
BLUE value IS 93 (36.72% from 255) = 27.11%
R=44.90%
G=27.99%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.40
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154969300.380.400.402.9524.748.43
Hex9A605D026282831930
Octal232140135046505033160
Binary100110101100000101110101001101010001010001111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A605D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,96,93); }

 H1.HeaderClassName
 {
   color: #9A605D;
 }
 .AnyTagClassName
 {
   color: #9A605D;
 }
</style>
background-color css

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

 a { background-color: rgb(154,96,93); }

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

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

 span { border-color: rgb(154,96,93); }

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