#9F656E

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

Shades of Turkish Rose #9F656E

Tints of Turkish Rose #9F656E

Color information

#9F656E (or 0x9F656E) is unknown color: approx Turkish Rose. HEX triplet: 9F, 65 and 6E. RGB value is (159,101,110). Sum of RGB (Red+Green+Blue) = 159+101+110=370 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.97% from 370); Green value is 101 (39.84% from 255 or 27.30% from 370); Blue value is 110 (43.36% from 255 or 29.73% from 370); Max value from RGB is 159 - color contains mainly: red. Hex color #9F656E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F656E is #609A91. Grayscale: #777777. Windows color (decimal): -6331026 or 7234975. OLE color: 7234975.

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

Color convert

RGB159101110-
CMYK00.360.310.38
HSL350.69º23.2%50.98%-
HSV(B)350.69º36.48%62.35%-
XYZ21.7717.817.04-
YUV119.37122.72156.27-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.97%
GREEN value IS 101 (39.84% from 255) = 27.30%
BLUE value IS 110 (43.36% from 255) = 29.73%
R=42.97%
G=27.30%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15910111000.360.310.38350.6923.250.98
Hex9F656E0241F2615f1733
Octal23714515604437465372763
Binary100111111100101110111001001001111110011010101111110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F656E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,101,110); }

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

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

 a { background-color: rgb(159,101,110); }

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

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

 span { border-color: rgb(159,101,110); }

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