#996C79

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

Shades of Turkish Rose #996C79

Tints of Turkish Rose #996C79

Color information

#996C79 (or 0x996C79) is unknown color: approx Turkish Rose. HEX triplet: 99, 6C and 79. RGB value is (153,108,121). Sum of RGB (Red+Green+Blue) = 153+108+121=382 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.05% from 382); Green value is 108 (42.58% from 255 or 28.27% from 382); Blue value is 121 (47.66% from 255 or 31.68% from 382); Max value from RGB is 153 - color contains mainly: red. Hex color #996C79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996C79 is #669386. Grayscale: #7A7A7A. Windows color (decimal): -6722439 or 7957657. OLE color: 7957657.

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

Color convert

RGB153108121-
CMYK00.290.210.4
HSL342.67º18.07%51.18%-
HSV(B)342.67º29.41%60%-
XYZ21.9518.8820.58-
YUV122.94126.91149.44-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.05%
GREEN value IS 108 (42.58% from 255) = 28.27%
BLUE value IS 121 (47.66% from 255) = 31.68%
R=40.05%
G=28.27%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.21
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310812100.290.210.4342.6718.0751.18
Hex996C7901D15281571233
Octal23115417103525505272263
Binary10011001110110011110010111011010110100010101011110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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