#966D76

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

Shades of Turkish Rose #966D76

Tints of Turkish Rose #966D76

Color information

#966D76 (or 0x966D76) is unknown color: approx Turkish Rose. HEX triplet: 96, 6D and 76. RGB value is (150,109,118). Sum of RGB (Red+Green+Blue) = 150+109+118=377 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.79% from 377); Green value is 109 (42.97% from 255 or 28.91% from 377); Blue value is 118 (46.48% from 255 or 31.30% from 377); Max value from RGB is 150 - color contains mainly: red. Hex color #966D76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966D76 is #699289. Grayscale: #7A7A7A. Windows color (decimal): -6918794 or 7761302. OLE color: 7761302.

HSL color Cylindrical-coordinate representation of color #966D76: hue angle of 346.83º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #966D76 is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB150109118-
CMYK00.270.210.41
HSL346.83º16.33%50.78%-
HSV(B)346.83º27.33%58.82%-
XYZ21.3218.7319.63-
YUV122.28125.58147.77-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.79%
GREEN value IS 109 (42.97% from 255) = 28.91%
BLUE value IS 118 (46.48% from 255) = 31.30%
R=39.79%
G=28.91%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010911800.270.210.41346.8316.3350.78
Hex966D7601B152915b1033
Octal22615516603325515332063
Binary10010110110110111101100110111010110100110101101110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966D76; }

 p { color: rgb(150,109,118); }

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

<style>
 a { background-color: #966D76; }

 a { background-color: rgb(150,109,118); }

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

<style>
 span { border-color: #966D76; }

 span { border-color: rgb(150,109,118); }

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