#9C6671

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

Shades of Turkish Rose #9C6671

Tints of Turkish Rose #9C6671

Color information

#9C6671 (or 0x9C6671) is unknown color: approx Turkish Rose. HEX triplet: 9C, 66 and 71. RGB value is (156,102,113). Sum of RGB (Red+Green+Blue) = 156+102+113=371 (49% of max value = 765). Red value is 156 (61.33% from 255 or 42.05% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6671 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6671 is #63998E. Grayscale: #777777. Windows color (decimal): -6527375 or 7431836. OLE color: 7431836.

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

Color convert

RGB156102113-
CMYK00.350.280.39
HSL347.78º21.43%50.59%-
HSV(B)347.78º34.62%61.18%-
XYZ21.4417.7617.92-
YUV119.4124.39154.11-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.05%
GREEN value IS 102 (40.23% from 255) = 27.49%
BLUE value IS 113 (44.53% from 255) = 30.46%
R=42.05%
G=27.49%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15610211300.350.280.39347.7821.4350.59
Hex9C66710231C2715c1533
Octal23414616104334475342563
Binary100111001100110111000101000111110010011110101110010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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