#9C5D58

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

Shades of Rose Taupe #9C5D58

Tints of Rose Taupe #9C5D58

Color information

#9C5D58 (or 0x9C5D58) is unknown color: approx Rose Taupe. HEX triplet: 9C, 5D and 58. RGB value is (156,93,88). Sum of RGB (Red+Green+Blue) = 156+93+88=337 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.29% from 337); Green value is 93 (36.72% from 255 or 27.60% from 337); Blue value is 88 (34.77% from 255 or 26.11% from 337); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5D58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5D58 is #63A2A7. Grayscale: #6F6F6F. Windows color (decimal): -6529704 or 5791132. OLE color: 5791132.

HSL color Cylindrical-coordinate representation of color #9C5D58: hue angle of 4.41º 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 #9C5D58 is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.39.

Color convert

RGB1569388-
CMYK00.400.440.39
HSL4.41º27.87%47.84%-
HSV(B)4.41º43.59%61.18%-
XYZ19.3915.611.22-
YUV111.27114.87159.91-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.29%
GREEN value IS 93 (36.72% from 255) = 27.60%
BLUE value IS 88 (34.77% from 255) = 26.11%
R=46.29%
G=27.60%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.44
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156938800.400.440.394.4127.8747.84
Hex9C5D580282C2741c30
Octal234135130050544743460
Binary1001110010111011011000010100010110010011110011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,93,88); }

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

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

 a { background-color: rgb(156,93,88); }

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

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

 span { border-color: rgb(156,93,88); }

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