#996F71

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

Shades of Turkish Rose #996F71

Tints of Turkish Rose #996F71

Color information

#996F71 (or 0x996F71) is unknown color: approx Turkish Rose. HEX triplet: 99, 6F and 71. RGB value is (153,111,113). Sum of RGB (Red+Green+Blue) = 153+111+113=377 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.58% from 377); Green value is 111 (43.75% from 255 or 29.44% from 377); Blue value is 113 (44.53% from 255 or 29.97% from 377); Max value from RGB is 153 - color contains mainly: red. Hex color #996F71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996F71 is #66908E. Grayscale: #7B7B7B. Windows color (decimal): -6721679 or 7434137. OLE color: 7434137.

HSL color Cylindrical-coordinate representation of color #996F71: hue angle of 357.14º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #996F71 is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.4.

Color convert

RGB153111113-
CMYK00.270.260.4
HSL357.14º17.07%51.76%-
HSV(B)357.14º27.45%60%-
XYZ21.819.3318.21-
YUV123.79121.91148.84-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.58%
GREEN value IS 111 (43.75% from 255) = 29.44%
BLUE value IS 113 (44.53% from 255) = 29.97%
R=40.58%
G=29.44%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.26
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311111300.270.260.4357.1417.0751.76
Hex996F7101B1A281651134
Octal23115716103332505452164
Binary10011001110111111100010110111101010100010110010110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,111,113); }

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

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

 a { background-color: rgb(153,111,113); }

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

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

 span { border-color: rgb(153,111,113); }

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