Html Css Color HEX #9C5959 Rose Taupe

📋 copy color: '#9C5959'

red 156 ◦ green 89 ◦ blue 89

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

Shades of Rose Taupe #9C5959

Tints of Rose Taupe #9C5959

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 26.65%

R = 46.71%
G = 26.65%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.43

 K value IS 0.39

RGB Variations

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

Color information

#9C5959 (or 0x9C5959) is known color: Rose Taupe. HEX triplet: 9C, 59 and 59. RGB value is (156,89,89). Sum of RGB (Red+Green+Blue) = 156+89+89=334 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.71% from 334); Green value is 89 (35.16% from 255 or 26.65% from 334); Blue value is 89 (35.16% from 255 or 26.65% from 334); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5959 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5959 is #63A6A6. Grayscale: #6D6D6D. Windows color (decimal): -6530727 or 5855644. OLE color: 5855644.

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

Color convert

RGB 156 89 89 -
CMYK 0 0.43 0.43 0.39
HSL 0.27% 0.48% -
HSV(B) 0.43% 0.61% -
XYZ 19.09 14.93 11.33 -
YUV 109.03 116.7 161.5 -
System Red Green Blue C M Y K H S L
Decimal 156 89 89 0 0.43 0.43 0.39 0 0.27 0.48
Hex 9C 59 59 0 2B 2B 27 0 1B 30
Octal 234 131 131 0 53 53 47 0 33 60
Binary 10011100 1011001 1011001 0 101011 101011 100111 0 11011 110000

Color Harmonies of #9C5959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5959

Black with #9C5959

Text Example


Text Example

White with #9C5959

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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