#98686E

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

Shades of Turkish Rose #98686E

Tints of Turkish Rose #98686E

Color information

#98686E (or 0x98686E) is unknown color: approx Turkish Rose. HEX triplet: 98, 68 and 6E. RGB value is (152,104,110). Sum of RGB (Red+Green+Blue) = 152+104+110=366 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.53% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 152 - color contains mainly: red. Hex color #98686E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98686E is #679791. Grayscale: #777777. Windows color (decimal): -6789010 or 7235736. OLE color: 7235736.

HSL color Cylindrical-coordinate representation of color #98686E: hue angle of 352.5º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98686E is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB152104110-
CMYK00.320.280.40
HSL352.5º18.9%50.2%-
HSV(B)352.5º31.58%59.61%-
XYZ20.7117.717.08-
YUV119.04122.9151.51-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.53%
GREEN value IS 104 (41.02% from 255) = 28.42%
BLUE value IS 110 (43.36% from 255) = 30.05%
R=41.53%
G=28.42%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15210411000.320.280.40352.518.950.2
Hex98686E0201C281601332
Octal23015015604034505402362
Binary100110001101000110111001000001110010100010110000010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98686E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98686E; }

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

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

<style>
 a { background-color: #98686E; }

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

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

<style>
 span { border-color: #98686E; }

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

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