#98717B

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

Shades of Turkish Rose #98717B

Tints of Turkish Rose #98717B

Color information

#98717B (or 0x98717B) is unknown color: approx Turkish Rose. HEX triplet: 98, 71 and 7B. RGB value is (152,113,123). Sum of RGB (Red+Green+Blue) = 152+113+123=388 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.18% from 388); Green value is 113 (44.53% from 255 or 29.12% from 388); Blue value is 123 (48.44% from 255 or 31.70% from 388); Max value from RGB is 152 - color contains mainly: red. Hex color #98717B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98717B is #678E84. Grayscale: #7D7D7D. Windows color (decimal): -6786693 or 8090008. OLE color: 8090008.

HSL color Cylindrical-coordinate representation of color #98717B: hue angle of 344.62º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #98717B is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB152113123-
CMYK00.260.190.40
HSL344.62º15.92%51.96%-
HSV(B)344.62º25.66%59.61%-
XYZ22.4319.9221.4-
YUV125.8126.42146.69-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.18%
GREEN value IS 113 (44.53% from 255) = 29.12%
BLUE value IS 123 (48.44% from 255) = 31.70%
R=39.18%
G=29.12%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.19
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211312300.260.190.40344.6215.9251.96
Hex98717B01A13281591034
Octal23016117303223505312064
Binary10011000111000111110110110101001110100010101100110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98717B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98717B; }

 p { color: rgb(152,113,123); }

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

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

 a { background-color: rgb(152,113,123); }

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

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

 span { border-color: rgb(152,113,123); }

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