#986E6F

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

Shades of Turkish Rose #986E6F

Tints of Turkish Rose #986E6F

Color information

#986E6F (or 0x986E6F) is unknown color: approx Turkish Rose. HEX triplet: 98, 6E and 6F. RGB value is (152,110,111). Sum of RGB (Red+Green+Blue) = 152+110+111=373 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.75% from 373); Green value is 110 (43.36% from 255 or 29.49% from 373); Blue value is 111 (43.75% from 255 or 29.76% from 373); Max value from RGB is 152 - color contains mainly: red. Hex color #986E6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986E6F is #679190. Grayscale: #7A7A7A. Windows color (decimal): -6787473 or 7302808. OLE color: 7302808.

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

Color convert

RGB152110111-
CMYK00.280.270.40
HSL358.57º16.94%51.37%-
HSV(B)358.57º27.63%59.61%-
XYZ21.3918.9717.57-
YUV122.67121.41148.92-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.75%
GREEN value IS 110 (43.36% from 255) = 29.49%
BLUE value IS 111 (43.75% from 255) = 29.76%
R=40.75%
G=29.49%
B=29.76%

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
Decimal15211011100.280.270.40358.5716.9451.37
Hex986E6F01C1B281671133
Octal23015615703433505472163
Binary10011000110111011011110111001101110100010110011110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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