#986D71

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

Shades of Turkish Rose #986D71

Tints of Turkish Rose #986D71

Color information

#986D71 (or 0x986D71) is unknown color: approx Turkish Rose. HEX triplet: 98, 6D and 71. RGB value is (152,109,113). Sum of RGB (Red+Green+Blue) = 152+109+113=374 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.64% from 374); Green value is 109 (42.97% from 255 or 29.14% from 374); Blue value is 113 (44.53% from 255 or 30.21% from 374); Max value from RGB is 152 - color contains mainly: red. Hex color #986D71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986D71 is #67928E. Grayscale: #7A7A7A. Windows color (decimal): -6787727 or 7433624. OLE color: 7433624.

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

Color convert

RGB152109113-
CMYK00.280.260.40
HSL354.42º17.27%51.18%-
HSV(B)354.42º28.29%59.61%-
XYZ21.418.818.12-
YUV122.31122.75149.17-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.64%
GREEN value IS 109 (42.97% from 255) = 29.14%
BLUE value IS 113 (44.53% from 255) = 30.21%
R=40.64%
G=29.14%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15210911300.280.260.40354.4217.2751.18
Hex986D7101C1A281621133
Octal23015516103432505422163
Binary10011000110110111100010111001101010100010110001010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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