#98696B

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

Shades of Turkish Rose #98696B

Tints of Turkish Rose #98696B

Color information

#98696B (or 0x98696B) is unknown color: approx Turkish Rose. HEX triplet: 98, 69 and 6B. RGB value is (152,105,107). Sum of RGB (Red+Green+Blue) = 152+105+107=364 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.76% from 364); Green value is 105 (41.41% from 255 or 28.85% from 364); Blue value is 107 (42.19% from 255 or 29.40% from 364); Max value from RGB is 152 - color contains mainly: red. Hex color #98696B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98696B is #679694. Grayscale: #777777. Windows color (decimal): -6788757 or 7039384. OLE color: 7039384.

HSL color Cylindrical-coordinate representation of color #98696B: hue angle of 357.45º 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 #98696B is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB152105107-
CMYK00.310.300.40
HSL357.45º18.58%50.39%-
HSV(B)357.45º30.92%59.61%-
XYZ20.6517.8416.26-
YUV119.28121.07151.34-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.76%
GREEN value IS 105 (41.41% from 255) = 28.85%
BLUE value IS 107 (42.19% from 255) = 29.40%
R=41.76%
G=28.85%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15210510700.310.300.40357.4518.5850.39
Hex98696B01F1E281651332
Octal23015115303736505452362
Binary10011000110100111010110111111111010100010110010110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98696B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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