#99737C

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

Shades of Turkish Rose #99737C

Tints of Turkish Rose #99737C

Color information

#99737C (or 0x99737C) is unknown color: approx Turkish Rose. HEX triplet: 99, 73 and 7C. RGB value is (153,115,124). Sum of RGB (Red+Green+Blue) = 153+115+124=392 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.03% from 392); Green value is 115 (45.31% from 255 or 29.34% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 153 - color contains mainly: red. Hex color #99737C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99737C is #668C83. Grayscale: #7F7F7F. Windows color (decimal): -6720644 or 8156057. OLE color: 8156057.

HSL color Cylindrical-coordinate representation of color #99737C: hue angle of 345.79º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #99737C is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.4.

Color convert

RGB153115124-
CMYK00.250.190.4
HSL345.79º15.7%52.55%-
HSV(B)345.79º24.84%60%-
XYZ22.9120.4921.82-
YUV127.39126.09146.27-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.03%
GREEN value IS 115 (45.31% from 255) = 29.34%
BLUE value IS 124 (48.83% from 255) = 31.63%
R=39.03%
G=29.34%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.19
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311512400.250.190.4345.7915.752.55
Hex99737C019132815a1035
Octal23116317403123505322065
Binary10011001111001111111000110011001110100010101101010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99737C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99737C; }

 p { color: rgb(153,115,124); }

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

<style>
 a { background-color: #99737C; }

 a { background-color: rgb(153,115,124); }

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

<style>
 span { border-color: #99737C; }

 span { border-color: rgb(153,115,124); }

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