#9C6971

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

Shades of Turkish Rose #9C6971

Tints of Turkish Rose #9C6971

Color information

#9C6971 (or 0x9C6971) is unknown color: approx Turkish Rose. HEX triplet: 9C, 69 and 71. RGB value is (156,105,113). Sum of RGB (Red+Green+Blue) = 156+105+113=374 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.71% from 374); Green value is 105 (41.41% from 255 or 28.07% from 374); Blue value is 113 (44.53% from 255 or 30.21% from 374); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6971 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6971 is #63968E. Grayscale: #797979. Windows color (decimal): -6526607 or 7432604. OLE color: 7432604.

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

Color convert

RGB156105113-
CMYK00.330.280.39
HSL350.59º20.48%51.18%-
HSV(B)350.59º32.69%61.18%-
XYZ21.7418.3618.02-
YUV121.16123.4152.85-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.71%
GREEN value IS 105 (41.41% from 255) = 28.07%
BLUE value IS 113 (44.53% from 255) = 30.21%
R=41.71%
G=28.07%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15610511300.330.280.39350.5920.4851.18
Hex9C69710211C2715f1433
Octal23415116104134475372463
Binary100111001101001111000101000011110010011110101111110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,105,113); }

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

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

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

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

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

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

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