#986D6F

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

Shades of Turkish Rose #986D6F

Tints of Turkish Rose #986D6F

Color information

#986D6F (or 0x986D6F) is unknown color: approx Turkish Rose. HEX triplet: 98, 6D and 6F. RGB value is (152,109,111). Sum of RGB (Red+Green+Blue) = 152+109+111=372 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.86% from 372); Green value is 109 (42.97% from 255 or 29.30% from 372); Blue value is 111 (43.75% from 255 or 29.84% from 372); Max value from RGB is 152 - color contains mainly: red. Hex color #986D6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986D6F is #679290. Grayscale: #7A7A7A. Windows color (decimal): -6787729 or 7302552. OLE color: 7302552.

HSL color Cylindrical-coordinate representation of color #986D6F: hue angle of 357.21º 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 #986D6F is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB152109111-
CMYK00.280.270.40
HSL357.21º17.27%51.18%-
HSV(B)357.21º28.29%59.61%-
XYZ21.2918.7617.54-
YUV122.08121.75149.34-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.86%
GREEN value IS 109 (42.97% from 255) = 29.30%
BLUE value IS 111 (43.75% from 255) = 29.84%
R=40.86%
G=29.30%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15210911100.280.270.40357.2117.2751.18
Hex986D6F01C1B281651133
Octal23015515703433505452163
Binary10011000110110111011110111001101110100010110010110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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