#9F676C

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

Shades of Turkish Rose #9F676C

Tints of Turkish Rose #9F676C

Color information

#9F676C (or 0x9F676C) is unknown color: approx Turkish Rose. HEX triplet: 9F, 67 and 6C. RGB value is (159,103,108). Sum of RGB (Red+Green+Blue) = 159+103+108=370 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.97% from 370); Green value is 103 (40.62% from 255 or 27.84% from 370); Blue value is 108 (42.58% from 255 or 29.19% from 370); Max value from RGB is 159 - color contains mainly: red. Hex color #9F676C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F676C is #609893. Grayscale: #787878. Windows color (decimal): -6330516 or 7104415. OLE color: 7104415.

HSL color Cylindrical-coordinate representation of color #9F676C: hue angle of 354.64º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9F676C is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.38.

Color convert

RGB159103108-
CMYK00.350.320.38
HSL354.64º22.58%51.37%-
HSV(B)354.64º35.22%62.35%-
XYZ21.8618.1516.54-
YUV120.31121.05155.59-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.97%
GREEN value IS 103 (40.62% from 255) = 27.84%
BLUE value IS 108 (42.58% from 255) = 29.19%
R=42.97%
G=27.84%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15910310800.350.320.38354.6422.5851.37
Hex9F676C02320261631733
Octal23714715404340465432763
Binary1001111111001111101100010001110000010011010110001110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F676C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F676C; }

 p { color: rgb(159,103,108); }

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

<style>
 a { background-color: #9F676C; }

 a { background-color: rgb(159,103,108); }

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

<style>
 span { border-color: #9F676C; }

 span { border-color: rgb(159,103,108); }

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