#997279

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

Shades of Turkish Rose #997279

Tints of Turkish Rose #997279

Color information

#997279 (or 0x997279) is unknown color: approx Turkish Rose. HEX triplet: 99, 72 and 79. RGB value is (153,114,121). Sum of RGB (Red+Green+Blue) = 153+114+121=388 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.43% from 388); Green value is 114 (44.92% from 255 or 29.38% from 388); Blue value is 121 (47.66% from 255 or 31.19% from 388); Max value from RGB is 153 - color contains mainly: red. Hex color #997279 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997279 is #668D86. Grayscale: #7E7E7E. Windows color (decimal): -6720903 or 7959193. OLE color: 7959193.

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

Color convert

RGB153114121-
CMYK00.250.210.4
HSL349.23º16.05%52.35%-
HSV(B)349.23º25.49%60%-
XYZ22.6120.1920.79-
YUV126.46124.92146.93-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.43%
GREEN value IS 114 (44.92% from 255) = 29.38%
BLUE value IS 121 (47.66% from 255) = 31.19%
R=39.43%
G=29.38%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.21
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311412100.250.210.4349.2316.0552.35
Hex997279019152815d1034
Octal23116217103125505352064
Binary10011001111001011110010110011010110100010101110110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997279; }

 p { color: rgb(153,114,121); }

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

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

 a { background-color: rgb(153,114,121); }

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

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

 span { border-color: rgb(153,114,121); }

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