#996F7B

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

Shades of Turkish Rose #996F7B

Tints of Turkish Rose #996F7B

Color information

#996F7B (or 0x996F7B) is unknown color: approx Turkish Rose. HEX triplet: 99, 6F and 7B. RGB value is (153,111,123). Sum of RGB (Red+Green+Blue) = 153+111+123=387 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.53% from 387); Green value is 111 (43.75% from 255 or 28.68% from 387); Blue value is 123 (48.44% from 255 or 31.78% from 387); Max value from RGB is 153 - color contains mainly: red. Hex color #996F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996F7B is #669084. Grayscale: #7C7C7C. Windows color (decimal): -6721669 or 8089497. OLE color: 8089497.

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

Color convert

RGB153111123-
CMYK00.270.200.4
HSL342.86º17.07%51.76%-
HSV(B)342.86º27.45%60%-
XYZ22.419.5721.34-
YUV124.93126.91148.02-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.53%
GREEN value IS 111 (43.75% from 255) = 28.68%
BLUE value IS 123 (48.44% from 255) = 31.78%
R=39.53%
G=28.68%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.20
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311112300.270.200.4342.8617.0751.76
Hex996F7B01B14281571134
Octal23115717303324505272164
Binary10011001110111111110110110111010010100010101011110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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