Html Css Color HEX #9C5857 Rose Taupe

📋 copy color: '#9C5857'

red 156 ◦ green 88 ◦ blue 87

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

Shades of Rose Taupe #9C5857

Tints of Rose Taupe #9C5857

RGB

 RED value IS 156 (61.33% from 255) = 47.13%

 GREEN value IS 88 (34.77% from 255) = 26.59%

 BLUE value IS 87 (34.38% from 255) = 26.28%

R = 47.13%
G = 26.59%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.44

 K value IS 0.39

RGB Variations

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

Color information

#9C5857 (or 0x9C5857) is known color: Rose Taupe. HEX triplet: 9C, 58 and 57. RGB value is (156,88,87). Sum of RGB (Red+Green+Blue) = 156+88+87=331 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.13% from 331); Green value is 88 (34.77% from 255 or 26.59% from 331); Blue value is 87 (34.38% from 255 or 26.28% from 331); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5857 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5857 is #63A7A8. Grayscale: #6C6C6C. Windows color (decimal): -6530985 or 5724316. OLE color: 5724316.

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

Color convert

RGB 156 88 87 -
CMYK 0 0.44 0.44 0.39
HSL 0.87º 0.28% 0.48% -
HSV(B) 0.87º 0.44% 0.61% -
XYZ 18.92 14.74 10.86 -
YUV 108.22 116.03 162.08 -
System Red Green Blue C M Y K H S L
Decimal 156 88 87 0 0.44 0.44 0.39 0.87 0.28 0.48
Hex 9C 58 57 0 2C 2C 27 1 1C 30
Octal 234 130 127 0 54 54 47 1 34 60
Binary 10011100 1011000 1010111 0 101100 101100 100111 1 11100 110000

Color Harmonies of #9C5857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5857

Black with #9C5857

Text Example


Text Example

White with #9C5857

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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