#997376

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

Shades of Turkish Rose #997376

Tints of Turkish Rose #997376

Color information

#997376 (or 0x997376) is unknown color: approx Turkish Rose. HEX triplet: 99, 73 and 76. RGB value is (153,115,118). Sum of RGB (Red+Green+Blue) = 153+115+118=386 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.64% from 386); Green value is 115 (45.31% from 255 or 29.79% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 153 - color contains mainly: red. Hex color #997376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997376 is #668C89. Grayscale: #7E7E7E. Windows color (decimal): -6720650 or 7762841. OLE color: 7762841.

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

Color convert

RGB153115118-
CMYK00.250.230.4
HSL355.26º15.7%52.55%-
HSV(B)355.26º24.84%60%-
XYZ22.5420.3419.88-
YUV126.7123.09146.76-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.64%
GREEN value IS 115 (45.31% from 255) = 29.79%
BLUE value IS 118 (46.48% from 255) = 30.57%
R=39.64%
G=29.79%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.23
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311511800.250.230.4355.2615.752.55
Hex99737601917281631035
Octal23116316603127505432065
Binary10011001111001111101100110011011110100010110001110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997376; }

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

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

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

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

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

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

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

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