#996D79

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

Shades of Turkish Rose #996D79

Tints of Turkish Rose #996D79

Color information

#996D79 (or 0x996D79) is unknown color: approx Turkish Rose. HEX triplet: 99, 6D and 79. RGB value is (153,109,121). Sum of RGB (Red+Green+Blue) = 153+109+121=383 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.95% from 383); Green value is 109 (42.97% from 255 or 28.46% from 383); Blue value is 121 (47.66% from 255 or 31.59% from 383); Max value from RGB is 153 - color contains mainly: red. Hex color #996D79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996D79 is #669286. Grayscale: #7B7B7B. Windows color (decimal): -6722183 or 7957913. OLE color: 7957913.

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

Color convert

RGB153109121-
CMYK00.290.210.4
HSL343.64º17.74%51.37%-
HSV(B)343.64º28.76%60%-
XYZ22.0619.0920.61-
YUV123.52126.58149.02-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.95%
GREEN value IS 109 (42.97% from 255) = 28.46%
BLUE value IS 121 (47.66% from 255) = 31.59%
R=39.95%
G=28.46%
B=31.59%

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
Decimal15310912100.290.210.4343.6417.7451.37
Hex996D7901D15281581233
Octal23115517103525505302263
Binary10011001110110111110010111011010110100010101100010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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