#98696E

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

Shades of Turkish Rose #98696E

Tints of Turkish Rose #98696E

Color information

#98696E (or 0x98696E) is unknown color: approx Turkish Rose. HEX triplet: 98, 69 and 6E. RGB value is (152,105,110). Sum of RGB (Red+Green+Blue) = 152+105+110=367 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.42% from 367); Green value is 105 (41.41% from 255 or 28.61% from 367); Blue value is 110 (43.36% from 255 or 29.97% from 367); Max value from RGB is 152 - color contains mainly: red. Hex color #98696E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98696E is #679691. Grayscale: #777777. Windows color (decimal): -6788754 or 7235992. OLE color: 7235992.

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

Color convert

RGB152105110-
CMYK00.310.280.40
HSL353.62º18.58%50.39%-
HSV(B)353.62º30.92%59.61%-
XYZ20.8117.917.11-
YUV119.62122.57151.09-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.42%
GREEN value IS 105 (41.41% from 255) = 28.61%
BLUE value IS 110 (43.36% from 255) = 29.97%
R=41.42%
G=28.61%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15210511000.310.280.40353.6218.5850.39
Hex98696E01F1C281621332
Octal23015115603734505422362
Binary10011000110100111011100111111110010100010110001010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98696E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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