#97686B

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

Shades of Turkish Rose #97686B

Tints of Turkish Rose #97686B

Color information

#97686B (or 0x97686B) is unknown color: approx Turkish Rose. HEX triplet: 97, 68 and 6B. RGB value is (151,104,107). Sum of RGB (Red+Green+Blue) = 151+104+107=362 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.71% from 362); Green value is 104 (41.02% from 255 or 28.73% from 362); Blue value is 107 (42.19% from 255 or 29.56% from 362); Max value from RGB is 151 - color contains mainly: red. Hex color #97686B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97686B is #689794. Grayscale: #767676. Windows color (decimal): -6854549 or 7039127. OLE color: 7039127.

HSL color Cylindrical-coordinate representation of color #97686B: hue angle of 356.17º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #97686B is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB151104107-
CMYK00.310.290.41
HSL356.17º18.43%50%-
HSV(B)356.17º31.13%59.22%-
XYZ20.3717.5416.22-
YUV118.4121.57151.26-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.71%
GREEN value IS 104 (41.02% from 255) = 28.73%
BLUE value IS 107 (42.19% from 255) = 29.56%
R=41.71%
G=28.73%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15110410700.310.290.41356.1718.4350
Hex97686B01F1D291641232
Octal22715015303735515442262
Binary10010111110100011010110111111110110100110110010010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97686B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,104,107); }

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

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

 a { background-color: rgb(151,104,107); }

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

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

 span { border-color: rgb(151,104,107); }

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