Html Css Color HEX #9C5957 Rose Taupe

📋 copy color: '#9C5957'

red 156 ◦ green 89 ◦ blue 87

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

Shades of Rose Taupe #9C5957

Tints of Rose Taupe #9C5957

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.81%

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

R = 46.99%
G = 26.81%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.44

 K value IS 0.39

RGB Variations

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

Color information

#9C5957 (or 0x9C5957) is known color: Rose Taupe. HEX triplet: 9C, 59 and 57. RGB value is (156,89,87). Sum of RGB (Red+Green+Blue) = 156+89+87=332 (43% of max value = 765). Red value is 156 (61.33% from 255 or 46.99% from 332); Green value is 89 (35.16% from 255 or 26.81% from 332); Blue value is 87 (34.38% from 255 or 26.20% from 332); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5957 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5957 is #63A6A8. Grayscale: #6C6C6C. Windows color (decimal): -6530729 or 5724572. OLE color: 5724572.

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

Color convert

RGB 156 89 87 -
CMYK 0 0.43 0.44 0.39
HSL 1.74º 0.28% 0.48% -
HSV(B) 1.74º 0.44% 0.61% -
XYZ 19 14.9 10.89 -
YUV 108.81 115.7 161.66 -
System Red Green Blue C M Y K H S L
Decimal 156 89 87 0 0.43 0.44 0.39 1.74 0.28 0.48
Hex 9C 59 57 0 2B 2C 27 2 1C 30
Octal 234 131 127 0 53 54 47 2 34 60
Binary 10011100 1011001 1010111 0 101011 101100 100111 10 11100 110000

Color Harmonies of #9C5957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5957

Black with #9C5957

Text Example


Text Example

White with #9C5957

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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