#997375

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

Shades of Turkish Rose #997375

Tints of Turkish Rose #997375

Color information

#997375 (or 0x997375) is unknown color: approx Turkish Rose. HEX triplet: 99, 73 and 75. RGB value is (153,115,117). Sum of RGB (Red+Green+Blue) = 153+115+117=385 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.74% from 385); Green value is 115 (45.31% from 255 or 29.87% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 153 - color contains mainly: red. Hex color #997375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997375 is #668C8A. Grayscale: #7E7E7E. Windows color (decimal): -6720651 or 7697305. OLE color: 7697305.

HSL color Cylindrical-coordinate representation of color #997375: hue angle of 356.84º 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 #997375 is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB153115117-
CMYK00.250.240.4
HSL356.84º15.7%52.55%-
HSV(B)356.84º24.84%60%-
XYZ22.4820.3219.57-
YUV126.59122.59146.84-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.74%
GREEN value IS 115 (45.31% from 255) = 29.87%
BLUE value IS 117 (46.09% from 255) = 30.39%
R=39.74%
G=29.87%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311511700.250.240.4356.8415.752.55
Hex99737501918281651035
Octal23116316503130505452065
Binary10011001111001111101010110011100010100010110010110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997375; }

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

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

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

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

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

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

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

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