#9C6774

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

Shades of Turkish Rose #9C6774

Tints of Turkish Rose #9C6774

Color information

#9C6774 (or 0x9C6774) is unknown color: approx Turkish Rose. HEX triplet: 9C, 67 and 74. RGB value is (156,103,116). Sum of RGB (Red+Green+Blue) = 156+103+116=375 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.6% from 375); Green value is 103 (40.62% from 255 or 27.47% from 375); Blue value is 116 (45.70% from 255 or 30.93% from 375); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6774 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6774 is #63988B. Grayscale: #787878. Windows color (decimal): -6527116 or 7628700. OLE color: 7628700.

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

Color convert

RGB156103116-
CMYK00.340.260.39
HSL345.28º21.12%50.78%-
HSV(B)345.28º33.97%61.18%-
XYZ21.7118.0318.86-
YUV120.33125.56153.44-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.6%
GREEN value IS 103 (40.62% from 255) = 27.47%
BLUE value IS 116 (45.70% from 255) = 30.93%
R=41.6%
G=27.47%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.26
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15610311600.340.260.39345.2821.1250.78
Hex9C67740221A271591533
Octal23414716404232475312563
Binary100111001100111111010001000101101010011110101100110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,103,116); }

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

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

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

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

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

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

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