#996C76

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

Shades of Turkish Rose #996C76

Tints of Turkish Rose #996C76

Color information

#996C76 (or 0x996C76) is unknown color: approx Turkish Rose. HEX triplet: 99, 6C and 76. RGB value is (153,108,118). Sum of RGB (Red+Green+Blue) = 153+108+118=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 108 (42.58% from 255 or 28.50% from 379); Blue value is 118 (46.48% from 255 or 31.13% from 379); Max value from RGB is 153 - color contains mainly: red. Hex color #996C76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996C76 is #669389. Grayscale: #7A7A7A. Windows color (decimal): -6722442 or 7761049. OLE color: 7761049.

HSL color Cylindrical-coordinate representation of color #996C76: hue angle of 346.67º 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 #996C76 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.4.

Color convert

RGB153108118-
CMYK00.290.230.4
HSL346.67º18.07%51.18%-
HSV(B)346.67º29.41%60%-
XYZ21.7718.8119.62-
YUV122.6125.41149.69-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.37%
GREEN value IS 108 (42.58% from 255) = 28.50%
BLUE value IS 118 (46.48% from 255) = 31.13%
R=40.37%
G=28.50%
B=31.13%

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
Decimal15310811800.290.230.4346.6718.0751.18
Hex996C7601D172815b1233
Octal23115416603527505332263
Binary10011001110110011101100111011011110100010101101110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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