#9C666C

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

Shades of Turkish Rose #9C666C

Tints of Turkish Rose #9C666C

Color information

#9C666C (or 0x9C666C) is unknown color: approx Turkish Rose. HEX triplet: 9C, 66 and 6C. RGB value is (156,102,108). Sum of RGB (Red+Green+Blue) = 156+102+108=366 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.62% from 366); Green value is 102 (40.23% from 255 or 27.87% from 366); Blue value is 108 (42.58% from 255 or 29.51% from 366); Max value from RGB is 156 - color contains mainly: red. Hex color #9C666C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C666C is #639993. Grayscale: #767676. Windows color (decimal): -6527380 or 7104156. OLE color: 7104156.

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

Color convert

RGB156102108-
CMYK00.350.310.39
HSL353.33º21.43%50.59%-
HSV(B)353.33º34.62%61.18%-
XYZ21.1717.6516.48-
YUV118.83121.89154.51-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.62%
GREEN value IS 102 (40.23% from 255) = 27.87%
BLUE value IS 108 (42.58% from 255) = 29.51%
R=42.62%
G=27.87%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15610210800.350.310.39353.3321.4350.59
Hex9C666C0231F271611533
Octal23414615404337475412563
Binary100111001100110110110001000111111110011110110000110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C666C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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