#996D76

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

Shades of Turkish Rose #996D76

Tints of Turkish Rose #996D76

Color information

#996D76 (or 0x996D76) is unknown color: approx Turkish Rose. HEX triplet: 99, 6D and 76. RGB value is (153,109,118). Sum of RGB (Red+Green+Blue) = 153+109+118=380 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.26% from 380); Green value is 109 (42.97% from 255 or 28.68% from 380); Blue value is 118 (46.48% from 255 or 31.05% from 380); Max value from RGB is 153 - color contains mainly: red. Hex color #996D76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996D76 is #669289. Grayscale: #7B7B7B. Windows color (decimal): -6722186 or 7761305. OLE color: 7761305.

HSL color Cylindrical-coordinate representation of color #996D76: hue angle of 347.73º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #996D76 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.4.

Color convert

RGB153109118-
CMYK00.290.230.4
HSL347.73º17.74%51.37%-
HSV(B)347.73º28.76%60%-
XYZ21.8819.0219.66-
YUV123.18125.08149.27-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.26%
GREEN value IS 109 (42.97% from 255) = 28.68%
BLUE value IS 118 (46.48% from 255) = 31.05%
R=40.26%
G=28.68%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.23
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310911800.290.230.4347.7317.7451.37
Hex996D7601D172815c1233
Octal23115516603527505342263
Binary10011001110110111101100111011011110100010101110010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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