#9C6669

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

Shades of Turkish Rose #9C6669

Tints of Turkish Rose #9C6669

Color information

#9C6669 (or 0x9C6669) is unknown color: approx Turkish Rose. HEX triplet: 9C, 66 and 69. RGB value is (156,102,105). Sum of RGB (Red+Green+Blue) = 156+102+105=363 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.98% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 105 (41.41% from 255 or 28.93% from 363); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6669 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6669 is #639996. Grayscale: #767676. Windows color (decimal): -6527383 or 6907548. OLE color: 6907548.

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

Color convert

RGB156102105-
CMYK00.350.330.39
HSL356.67º21.43%50.59%-
HSV(B)356.67º34.62%61.18%-
XYZ21.0117.5915.65-
YUV118.49120.39154.76-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.98%
GREEN value IS 102 (40.23% from 255) = 28.10%
BLUE value IS 105 (41.41% from 255) = 28.93%
R=42.98%
G=28.10%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15610210500.350.330.39356.6721.4350.59
Hex9C666902321271651533
Octal23414615104341475452563
Binary1001110011001101101001010001110000110011110110010110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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