#986F73

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

Shades of Turkish Rose #986F73

Tints of Turkish Rose #986F73

Color information

#986F73 (or 0x986F73) is unknown color: approx Turkish Rose. HEX triplet: 98, 6F and 73. RGB value is (152,111,115). Sum of RGB (Red+Green+Blue) = 152+111+115=378 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.21% from 378); Green value is 111 (43.75% from 255 or 29.37% from 378); Blue value is 115 (45.31% from 255 or 30.42% from 378); Max value from RGB is 152 - color contains mainly: red. Hex color #986F73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986F73 is #67908C. Grayscale: #7B7B7B. Windows color (decimal): -6787213 or 7565208. OLE color: 7565208.

HSL color Cylindrical-coordinate representation of color #986F73: hue angle of 354.15º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #986F73 is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB152111115-
CMYK00.270.240.40
HSL354.15º16.6%51.57%-
HSV(B)354.15º26.97%59.61%-
XYZ21.7319.2818.8-
YUV123.71123.08148.17-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.21%
GREEN value IS 111 (43.75% from 255) = 29.37%
BLUE value IS 115 (45.31% from 255) = 30.42%
R=40.21%
G=29.37%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.24
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211111500.270.240.40354.1516.651.57
Hex986F7301B18281621134
Octal23015716303330505422164
Binary10011000110111111100110110111100010100010110001010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986F73; }

 p { color: rgb(152,111,115); }

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

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

 a { background-color: rgb(152,111,115); }

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

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

 span { border-color: rgb(152,111,115); }

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