#9F696F

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

Shades of Turkish Rose #9F696F

Tints of Turkish Rose #9F696F

Color information

#9F696F (or 0x9F696F) is unknown color: approx Turkish Rose. HEX triplet: 9F, 69 and 6F. RGB value is (159,105,111). Sum of RGB (Red+Green+Blue) = 159+105+111=375 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.4% from 375); Green value is 105 (41.41% from 255 or 28% from 375); Blue value is 111 (43.75% from 255 or 29.6% from 375); Max value from RGB is 159 - color contains mainly: red. Hex color #9F696F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F696F is #609690. Grayscale: #797979. Windows color (decimal): -6330001 or 7301535. OLE color: 7301535.

HSL color Cylindrical-coordinate representation of color #9F696F: hue angle of 353.33º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9F696F is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB159105111-
CMYK00.340.300.38
HSL353.33º21.95%51.76%-
HSV(B)353.33º33.96%62.35%-
XYZ22.2218.6217.46-
YUV121.83121.89154.51-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.4%
GREEN value IS 105 (41.41% from 255) = 28%
BLUE value IS 111 (43.75% from 255) = 29.6%
R=42.4%
G=28%
B=29.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15910511100.340.300.38353.3321.9551.76
Hex9F696F0221E261611634
Octal23715115704236465412664
Binary100111111101001110111101000101111010011010110000110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F696F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,105,111); }

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

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

 a { background-color: rgb(159,105,111); }

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

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

 span { border-color: rgb(159,105,111); }

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