#9C5A57

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

Shades of Rose Taupe #9C5A57

Tints of Rose Taupe #9C5A57

Color information

#9C5A57 (or 0x9C5A57) is unknown color: approx Rose Taupe. HEX triplet: 9C, 5A and 57. RGB value is (156,90,87). Sum of RGB (Red+Green+Blue) = 156+90+87=333 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.85% from 333); Green value is 90 (35.55% from 255 or 27.03% from 333); Blue value is 87 (34.38% from 255 or 26.13% from 333); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5A57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5A57 is #63A5A8. Grayscale: #6D6D6D. Windows color (decimal): -6530473 or 5724828. OLE color: 5724828.

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

Color convert

RGB1569087-
CMYK00.420.440.39
HSL2.61º28.4%47.65%-
HSV(B)2.61º44.23%61.18%-
XYZ19.0915.0710.92-
YUV109.39115.37161.24-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.85%
GREEN value IS 90 (35.55% from 255) = 27.03%
BLUE value IS 87 (34.38% from 255) = 26.13%
R=46.85%
G=27.03%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.44
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156908700.420.440.392.6128.447.65
Hex9C5A5702A2C2731c30
Octal234132127052544733460
Binary100111001011010101011101010101011001001111111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,90,87); }

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

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

 a { background-color: rgb(156,90,87); }

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

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

 span { border-color: rgb(156,90,87); }

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